c99
This commit is contained in:
parent
7fb89918f8
commit
e935335964
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -O0 -I include
|
CFLAGS = -O0 -I include -std=c99
|
||||||
|
|
||||||
DEBUG = true
|
DEBUG = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue