mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-14 20:00:06 +00:00
fix makefile
This commit is contained in:
parent
a2d0b79c2e
commit
34c55eee87
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# make clean && make && ./bin/cosmo
|
# make clean && make && ./bin/cosmo
|
||||||
|
|
||||||
CC=clang
|
CC=clang
|
||||||
CFLAGS=-fPIE -Wall -Isrc -O3 -std=c99 #-g -fsanitize=address
|
CFLAGS=-fPIE -Wall -Isrc -O3 #-g -fsanitize=address
|
||||||
LDFLAGS=-lm #-fsanitize=address
|
LDFLAGS=-lm #-fsanitize=address
|
||||||
OUT=bin/cosmo
|
OUT=bin/cosmo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user