aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-05 21:48:40 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-05 21:52:57 +0100
commit229bbcec6db6fcad3004c6906426dc621a344e59 (patch)
tree6675e412d3b3697b3aeb19891cdf440f6797feff /Makefile
parent3bb51609a53802c43751dcdf56b694ffe0bc9c5f (diff)
downloadsds-229bbcec6db6fcad3004c6906426dc621a344e59.tar.xz
Replace testsuite with one based on twbctf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cff5cac..7e5f5b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-CFLAGS = -Weverything -std=c11
+CFLAGS = -Weverything -std=c11 -g
CC = clang
-SOURCES = src/test.c src/sds.c
-HEADERS = src/test.h src/sds.c
+SOURCES = src/twbctf.c src/sds.c
+HEADERS = src/twbctf.h src/sds.c
all: sds-test
sds-test: $(SOURCES) $(HEADERS)