summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-10-26 01:33:49 -0500
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-10-26 01:33:49 -0500
commit135482f52e2bcb14592ba60f97ea60088aa39275 (patch)
tree2be6fd6bade6e2f25092e35f9a9b67c7b26a4158 /Makefile
parentd12cc17afd5ee2c9b589cf5ceb632a98e6f31ecf (diff)
downloadsegfault-135482f52e2bcb14592ba60f97ea60088aa39275.tar.gz
segfault-135482f52e2bcb14592ba60f97ea60088aa39275.zip
Made segfault compile without warnings again. This time with -std=c99. You know how to read Makefiles.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07ac98c..5d9733c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LDFLAGS=-lirc -Llibirc -lhashtable -Llibhashtable
-CFLAGS=-pedantic -Wall
+CFLAGS=-std=c99 -pedantic -Wall
all:
cd libirc && $(MAKE)