Joost Rijneveld
5 years ago
No known key found for this signature in database
GPG Key ID: A4FE39CF49CBC553
1 changed files with
2 additions and
0 deletions
-
Makefile
|
|
@@ -5,6 +5,8 @@ ifndef SCHEME |
|
|
|
$(error SCHEME variable is not set) |
|
|
|
endif |
|
|
|
|
|
|
|
CFLAGS=-Wall -Wextra -Wpedantic -Werror -std=c99 |
|
|
|
|
|
|
|
functest_kem: crypto_kem/test.c $(wildcard crypto_kem/$(SCHEME)/clean/*.c) $(wildcard crypto_kem/$(SCHEME)/clean/*.h) |
|
|
|
mkdir -p bin |
|
|
|
$(CC) $(CFLAGS)\ |
|
|
|