diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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),) |