aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorConstantine Tarasenkov <constantine@protonmail.com>2015-09-04 15:38:14 +0300
committerConstantine Tarasenkov <constantine@protonmail.com>2015-09-04 15:38:14 +0300
commit7c3628976808a20ce9bcac046c4b88bffd475241 (patch)
tree19faf0b98fb30009e570e333b88965999b5a65ac /src/makefile
parent77558eec0caf0736fa36c96b5807d928317d3dd7 (diff)
downloadraylib-7c3628976808a20ce9bcac046c4b88bffd475241.tar.gz
raylib-7c3628976808a20ce9bcac046c4b88bffd475241.zip
Fix compiling on Linux
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index da57c2d2..a42bf060 100644
--- a/src/makefile
+++ b/src/makefile
@@ -73,7 +73,7 @@ endif
ifeq ($(PLATFORM),PLATFORM_RPI)
CFLAGS = -O1 -Wall -std=gnu99 -fgnu89-inline
else
- CFLAGS = -O1 -Wall -std=c99
+ CFLAGS = -O1 -Wall -std=gnu99
endif
#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes