aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/bitsliced-aes/Makefile')
-rw-r--r--test/monniaux/bitsliced-aes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/bitsliced-aes/Makefile b/test/monniaux/bitsliced-aes/Makefile
index 5365cce5..0fef17be 100644
--- a/test/monniaux/bitsliced-aes/Makefile
+++ b/test/monniaux/bitsliced-aes/Makefile
@@ -1,4 +1,4 @@
ALL_CFILES=$(wildcard *.c) tests/tests.c
-TARGET=test
+TARGET=bitsliced-aes
include ../rules.mk