aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-06 19:51:24 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-06 19:51:24 +0100
commit9406c019b27fe9a22509b70bc988694565921c6d (patch)
tree89cb70dabce71cc289effd0738482ca9efe43010 /Makefile
parent56a52aa9e7f0e66d42d72ce736f136f88c0ec9a4 (diff)
downloadsds-9406c019b27fe9a22509b70bc988694565921c6d.tar.xz
Makefile: Append to CFLAGS, don’t overwrite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f83457..ce72ff9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Weverything -std=c11 -g
+CFLAGS += -Weverything -std=c11 -g
CC = clang
SOURCES = src/twbctf.c src/sds.c