ree
This commit is contained in:
parent
2190fd187e
commit
46678bd628
2 changed files with 44 additions and 25 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
CC = gcc
|
||||
CFLAGS = -pg -O2
|
||||
LDFLAGS = -pg
|
||||
CFLAGS = -pg -g
|
||||
LDFLAGS = -pg -g
|
||||
LDLIBS = -lraylib -lm
|
||||
objects = c3d.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue