From: Raphaƫl Couturier Date: Wed, 16 Jun 2021 12:49:14 +0000 (+0200) Subject: new X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/010a3351aa2d70ab318dfffc2e8b530a9393834c new --- diff --git a/CipherImg/Makefile b/CipherImg/Makefile index cfd7510..0545936 100644 --- a/CipherImg/Makefile +++ b/CipherImg/Makefile @@ -17,6 +17,8 @@ endif %.o: %.c $(C) -c -o $@ $< $(CFLAGS) +%.o: %.cpp + $(CXX) -c -o $@ $< $(CFLAGS) test_sub_perm: test_sub_perm.o $(CXX) -o $@ $^ $(CFLAGS)