aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-05 21:51:22 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-05 21:53:18 +0100
commitda3c93a8c9968be50a2e74e37a85c910e896ffa3 (patch)
treef36f859c09f6d965b358238eeba5c62b0fc1e697 /Makefile
parent229bbcec6db6fcad3004c6906426dc621a344e59 (diff)
downloadsds-da3c93a8c9968be50a2e74e37a85c910e896ffa3.tar.xz
Makefile: Add newline after HEADERS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e5f5b6..3f83457 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ CC = clang
SOURCES = src/twbctf.c src/sds.c
HEADERS = src/twbctf.h src/sds.c
+
all: sds-test
sds-test: $(SOURCES) $(HEADERS)