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 hash
[Cipher_code.git]
/
OneRoundIoT
/
openssl
/
Makefile
diff --git
a/OneRoundIoT/openssl/Makefile
b/OneRoundIoT/openssl/Makefile
index d123b571c80116ba8f519e198e3f7b3469cbaacb..c3cf5b7e653839785c6aa2078f8ead39a7c2dba8 100644
(file)
--- a/
OneRoundIoT/openssl/Makefile
+++ b/
OneRoundIoT/openssl/Makefile
@@
-6,7
+6,6
@@
OBJ = pixmap_io.o openssl_evp.o
openssl_evp: $(OBJ)
$(C) -o $@ $^ $(CFLAGS)
-
%.o: %.c
$(C) -c -o $@ $<