add optimized recipe to Makefile
[mobile-com.git] / DH-Keccak / assets / KremKeccak / Makefile
1 .PHONY: all
2
3 all:
4 gcc -o krem-keccak -Wall -Werror -std=c99 krem_keccak.c
5
6 debug:
7 gcc -o krem-keccak -Wall -Werror -g -std=c99 krem_keccak.c -Wno-unused