Minor Makefile fix

This commit is contained in:
cpunch 2021-02-11 20:35:42 -06:00
parent 2e07715a7d
commit 461e1d0c15
1 changed files with 1 additions and 1 deletions

View File

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