diff --git a/Makefile b/Makefile index ad72e2d5..84716d0d 100644 --- a/Makefile +++ b/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)\