Makefile now specifies C11

This commit is contained in:
CPunch 2020-12-26 22:03:14 -06:00
parent 090cc62cce
commit e7212b939d

View File

@ -1,7 +1,7 @@
# make clean && make && ./bin/cosmo
CC=clang
CFLAGS=-fPIE -Wall -O3
CFLAGS=-fPIE -Wall -O3 -std=c11
LDFLAGS=#-fsanitize=address
OUT=bin/cosmo