turn on -std=c99 flag

This commit is contained in:
Yuichi Nishiwaki 2014-02-01 18:46:50 +09:00
parent 2f50f92ddc
commit 1e89fbaef1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC=gcc CC=gcc
CFLAGS=-Wall -Wextra CFLAGS=-Wall -Wextra -std=c99
ifeq ($(findstring CYGWIN,$(shell uname -s)), CYGWIN) ifeq ($(findstring CYGWIN,$(shell uname -s)), CYGWIN)
PICRIN_LIB=cygpicrin.dll PICRIN_LIB=cygpicrin.dll