aboutsummaryrefslogtreecommitdiffstats
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 ce72ff9..b1b7bb1 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ HEADERS = src/twbctf.h src/sds.c
all: sds-test
-sds-test: $(SOURCES) $(HEADERS)
+sds-test: $(SOURCES) $(HEADERS) src/test.c
$(CC) $(CFLAGS) -o $@ $(SOURCES)
@echo ">>> Type ./sds-test to run the sds.c unit tests."