From e1c8d92fc6460b9c44b5aef19b2d5e0a74d1e58a Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 30 Jan 2019 17:17:04 +0100 Subject: remove cruft --- test/monniaux/bitsliced-aes/Makefile.ccomp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux/bitsliced-aes') diff --git a/test/monniaux/bitsliced-aes/Makefile.ccomp b/test/monniaux/bitsliced-aes/Makefile.ccomp index 4a64c8bf..84bc3212 100644 --- a/test/monniaux/bitsliced-aes/Makefile.ccomp +++ b/test/monniaux/bitsliced-aes/Makefile.ccomp @@ -4,7 +4,7 @@ obj = $(src:.c=.o) LDFLAGS = -Wl,--gc-sections CFLAGS = -O3 -DUNROLL_TRANSPOSE -D_DEFAULT_SOURCE # CC=ccomp -CC=../../../ccomp -U __SIZEOF_INT128__ +CC=../../../ccomp name = bitslice $(name): _testbench $(obj) -- cgit