]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
All code is now C89/C90 compat
[xonotic/gmqcc.git] / Makefile
index d9626a009eb9b3d51f3813c0fe5bf8125ca9f78e..d73c641766c326728e79e8993a26b57c425b70d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC     ?= clang
-CFLAGS += -Wall -pedantic-errors -std=c99
+CFLAGS += -Wall -pedantic-errors -std=c90
 OBJ     = main.o      \
           lex.o       \
           error.o     \