fix makefile

This commit is contained in:
2023-09-05 14:42:29 -05:00
committed by cpunch
parent 611162b3be
commit 1fcb35168f

View File

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