projects
/
mobile-com.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dedda3f
)
add optimized recipe to Makefile
devel
author
kremlin
<ian@kremlin.cc>
Sat, 20 Sep 2014 02:07:50 +0000
(22:07 -0400)
committer
kremlin
<ian@kremlin.cc>
Sat, 20 Sep 2014 02:07:50 +0000
(22:07 -0400)
DH-Keccak/assets/KremKeccak/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/DH-Keccak/assets/KremKeccak/Makefile
b/DH-Keccak/assets/KremKeccak/Makefile
index 28322751f4cd1f235f6fc14767da2cedf0510f42..792e05cbb588c6b5ea49d68f359a4076c1d13ed6 100644
(file)
--- a/
DH-Keccak/assets/KremKeccak/Makefile
+++ b/
DH-Keccak/assets/KremKeccak/Makefile
@@
-1,4
+1,7
@@
.PHONY: all
all:
+ gcc -o krem-keccak -Wall -Werror -std=c99 krem_keccak.c
+
+debug:
gcc -o krem-keccak -Wall -Werror -g -std=c99 krem_keccak.c -Wno-unused