792e05cbb588c6b5ea49d68f359a4076c1d13ed6
[mobile-com.git] / 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