Streetwalrus Einstein hace 10 años
padre
commit
35e133d54e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -3,7 +3,7 @@ NAME = Pokespire
 DEBUG = FALSE
 
 CC = nspire-gcc
-CFLAGS = -Wall -W -marm -I include -I art
+CFLAGS = -Wall -W -marm -std=gnu11 -I include -I art
 
 LD = nspire-ld
 LDFLAGS =