]> AND Private Git Repository - Cipher_code.git/blob - other_ciphers/grain-128aead/Implementations/crypto_aead/grain128aead/opt32/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
c94ded0180a5f4af3decdc0fff8849c6b20e64b4
[Cipher_code.git] / other_ciphers / grain-128aead / Implementations / crypto_aead / grain128aead / opt32 / Makefile
1 CC=gcc 
2 NISTGCCFLAGS=-std=c99 -Wall -Wextra -Wshadow -fsanitize=address,undefined -O2 
3 LFLAGS=-lm
4 all: raph
5
6
7 raph: raph.c grain128aead_32p.c
8         $(CC) $(NISTGCCFLAGS) -o $@ $^ $(LFLAGS)
9
10
11 .PHONY: clean
12
13 clean: 
14         -rm raph