aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index eebe3e9..c18cc85 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-Wall --std=c99
-SRC=siphash.c halfsiphash.c test.c
+SRC=siphash.c halfsiphash.c test.c testmain.c
BIN=test debug vectors
ifneq ($(cROUNDS),)