t
This commit is contained in:
parent
adf5e6a761
commit
3147e6e9a5
3 changed files with 43 additions and 51 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
CC = clang #Set compiler
|
||||
CFLAGS = -pg -g -Wall -O2 -pg #set compiler flags
|
||||
CFLAGS = -pg -g -Wall -O3 -pg #set compiler flags
|
||||
LDFLAGS = -pg -g #set linker flags
|
||||
LDLIBS = -lraylib -lm #set libraries to use
|
||||
objects = c3d.o reader.o arrayfuncs.o vecfunc.o #list all object files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue