mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-05-13 04:30:07 +00:00
Minor Makefile fix
This commit is contained in:
parent
fdd0d19308
commit
1a96e411f2
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user