raa
This commit is contained in:
parent
75f9f7fbb2
commit
042c004341
2 changed files with 13 additions and 8 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
CC = gcc
|
||||
CFLAGS = -g
|
||||
CFLAGS = -pg -O2
|
||||
LDFLAGS = -pg
|
||||
LDLIBS = -lraylib -lm
|
||||
|
||||
objects = c3d.o
|
||||
|
||||
c3d: $(objects)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue