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
update makefile
[Cipher_code.git]
/
OneRoundIoT
/
EnhancedOneRound
/
Makefile
diff --git
a/OneRoundIoT/EnhancedOneRound/Makefile
b/OneRoundIoT/EnhancedOneRound/Makefile
index da280aface8a70f55eef8e013f3b25f8a524bd9c..bc11694d845183125055590d35073247dae5d12d 100644
(file)
--- a/
OneRoundIoT/EnhancedOneRound/Makefile
+++ b/
OneRoundIoT/EnhancedOneRound/Makefile
@@
-1,5
+1,5
@@
-CXX=g++
-C=gcc
+CXX=g++
-O3
+C=gcc
-O3
uname_m := $(shell uname -m)
ifeq ($(uname_m),armv7l)
@@
-24,5
+24,8
@@
enhanced_oneround: pixmap_io.o enhanced_oneround.o
$(CXX) -o $@ $^ $(CFLAGS)
+test_substitution: test_substitution.o
+ $(CXX) -o $@ $^ $(CFLAGS)
+
clean:
rm -rf *.o enhanced_oneround