]> AND Private Git Repository - Cipher_code.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
authorRaphaël Couturier <raphael.couturier@univ-fcomte.fr>
Wed, 16 Jun 2021 12:49:14 +0000 (14:49 +0200)
committerRaphaël Couturier <raphael.couturier@univ-fcomte.fr>
Wed, 16 Jun 2021 12:49:14 +0000 (14:49 +0200)
CipherImg/Makefile

index cfd751008df5b479a224c3779e6e7354b2f8fea7..05459366ca3cec25ba2825da2282247149c299ae 100644 (file)
@@ -17,6 +17,8 @@ endif
 %.o: %.c 
        $(C) -c -o $@ $< $(CFLAGS)
 
 %.o: %.c 
        $(C) -c -o $@ $< $(CFLAGS)
 
+%.o: %.cpp
+       $(CXX) -c -o $@ $< $(CFLAGS)
 
 test_sub_perm: test_sub_perm.o
        $(CXX)  -o $@ $^ $(CFLAGS)
 
 test_sub_perm: test_sub_perm.o
        $(CXX)  -o $@ $^ $(CFLAGS)