fix makefile

This commit is contained in:
CPunch 2023-09-05 14:42:29 -05:00 committed by cpunch
parent 611162b3be
commit 1fcb35168f
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 -Isrc -O3 -std=c99 #-g -fsanitize=address
CFLAGS=-fPIE -Wall -Isrc -O3 #-g -fsanitize=address
LDFLAGS=-lm #-fsanitize=address
OUT=bin/cosmo