A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
Cipher_code.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
new
[Cipher_code.git]
/
CipherImg
/
Makefile
diff --git
a/CipherImg/Makefile
b/CipherImg/Makefile
index cfd751008df5b479a224c3779e6e7354b2f8fea7..05459366ca3cec25ba2825da2282247149c299ae 100644
(file)
--- 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)