aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorthe little girl <yui@blekksprut.net>2014-09-05 20:29:48 +0900
committerthe little girl <yui@blekksprut.net>2014-09-05 20:29:48 +0900
commitb1788b537345bd3742459f9d474d101b686d71d9 (patch)
tree13474818a1f0feac2f275ced3153a8ee4251b809 /Makefile
parenta484c4e818bef249a8af571a0f0725bd9d128ff9 (diff)
downloadukulele-b1788b537345bd3742459f9d474d101b686d71d9.tar.xz
fikse alle de små tingene
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8cd978..0b7ccbf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: wiki.cgi
wiki.cgi: config.h wiki.c
- ${CC} -std=c11 -Os -o $@ wiki.c -lmarxup
+ ${CC} -std=c99 -pedantic -Os -o $@ wiki.c -lmarxup
config.h:
cp config.def.h $@