diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-06 19:51:24 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-06 19:51:24 +0100 |
commit | 9406c019b27fe9a22509b70bc988694565921c6d (patch) | |
tree | 89cb70dabce71cc289effd0738482ca9efe43010 /Makefile | |
parent | 56a52aa9e7f0e66d42d72ce736f136f88c0ec9a4 (diff) | |
download | sds-9406c019b27fe9a22509b70bc988694565921c6d.tar.xz |
Makefile: Append to CFLAGS, don’t overwrite
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -Weverything -std=c11 -g +CFLAGS += -Weverything -std=c11 -g CC = clang SOURCES = src/twbctf.c src/sds.c |