aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-05 18:06:13 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-05 18:06:13 +0100
commit3ded76b3c514f21b3e3f10589d2ca2eb43f4fe6a (patch)
tree63bdc835c5224283a20f5c9c1c4422acdff16e33 /test/monniaux/bitsliced-aes
parent68ae38729f271d88024dd642057fb33899e8816b (diff)
downloadcompcert-kvx-3ded76b3c514f21b3e3f10589d2ca2eb43f4fe6a.tar.gz
compcert-kvx-3ded76b3c514f21b3e3f10589d2ca2eb43f4fe6a.zip
streamlining the Makefile
Diffstat (limited to 'test/monniaux/bitsliced-aes')
-rw-r--r--test/monniaux/bitsliced-aes/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/monniaux/bitsliced-aes/Makefile b/test/monniaux/bitsliced-aes/Makefile
index 1c32801a..7020469c 100644
--- a/test/monniaux/bitsliced-aes/Makefile
+++ b/test/monniaux/bitsliced-aes/Makefile
@@ -3,6 +3,7 @@ src = $(wildcard *.c) tests/tests.c
CCOMP=ccomp
CCOMPFLAGS=-O3 -Wall
+CFLAGS= -std=c99 -O3 -Wall -Wextra -Werror=implicit
K1C_CC=k1-mbr-gcc
K1C_CFLAGS = -std=c99 -O3 -Wall -Wextra -Werror=implicit
K1C_CCOMP = ../../../ccomp