]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
More fixes
[xonotic/gmqcc.git] / Makefile
index a66b8116ffe39a648399cda5f91beb7d89718f4c..fe05bf5398682fc87daac297a2b5f5a6ee01b45d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CYGWIN = $(findstring CYGWIN,  $(UNAME))
 MINGW  = $(findstring MINGW32, $(UNAME))
 
 CC     ?= clang
-CFLAGS += -Wall -Wextra -I. -pedantic-errors
+CFLAGS += -Wall -Wextra -I. -pedantic-errors -std=gnu99
 #turn on tons of warnings if clang is present
 # but also turn off the STUPID ONES
 ifeq ($(CC), clang)