aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@