From 52e9f0ae7bd719976381598623d1e6cf6dd337b3 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 6 Dec 2014 19:59:34 +0100 Subject: Makefile: Add test.c as sds-test prerequisite --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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." -- cgit v1.2.3-54-g00ecf