eepy
This commit is contained in:
parent
44a6097e16
commit
ed3acb7ff7
2 changed files with 39 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
CC = gcc
|
||||
CFLAGS = -g
|
||||
LDLIBS = -lraylib
|
||||
|
||||
objects = c3d.o vec.o
|
||||
|
||||
c3d: $(objects)
|
||||
|
||||
$(objects): %.o: %.c
|
||||
|
||||
clean:
|
||||
rm -f *.o c3d
|
Loading…
Add table
Add a link
Reference in a new issue