Added C99 support, refactored headers

This commit is contained in:
2021-02-15 16:20:04 -06:00
parent 71c8dc7e34
commit 35466f691f
8 changed files with 40 additions and 40 deletions

View File

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