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

Private GIT Repository
up
[Cipher_code.git] / 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)