aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2015-09-04 17:50:16 +0200
committerRay <raysan5@gmail.com>2015-09-04 17:50:16 +0200
commitf582ab06add085594f2579ee6e7d625212abd204 (patch)
tree19faf0b98fb30009e570e333b88965999b5a65ac /src/makefile
parent77558eec0caf0736fa36c96b5807d928317d3dd7 (diff)
parent7c3628976808a20ce9bcac046c4b88bffd475241 (diff)
downloadraylib-f582ab06add085594f2579ee6e7d625212abd204.tar.gz
raylib-f582ab06add085594f2579ee6e7d625212abd204.zip
Merge pull request #29 from procedural/linux-fixes
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