diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-05 21:51:22 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-05 21:53:18 +0100 |
commit | da3c93a8c9968be50a2e74e37a85c910e896ffa3 (patch) | |
tree | f36f859c09f6d965b358238eeba5c62b0fc1e697 | |
parent | 229bbcec6db6fcad3004c6906426dc621a344e59 (diff) | |
download | sds-da3c93a8c9968be50a2e74e37a85c910e896ffa3.tar.xz |
Makefile: Add newline after HEADERS
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |