but the demo is c99...

This commit is contained in:
Ron Aaron 2020-02-06 17:30:22 +02:00
parent d4a0f6eef5
commit b26e05fc1b

View File

@ -2,7 +2,7 @@
BIN = demo
# Flags
CFLAGS += -std=c89 -pedantic -O2
CFLAGS += -std=c99 -pedantic -O2
SRC = main.c
OBJ = $(SRC:.c=.o)