Fixed Makefile
This commit is contained in:
parent
ed3acb7ff7
commit
b97fca038c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ CC = gcc
|
||||||
CFLAGS = -g
|
CFLAGS = -g
|
||||||
LDLIBS = -lraylib
|
LDLIBS = -lraylib
|
||||||
|
|
||||||
objects = c3d.o vec.o
|
objects = c3d.o
|
||||||
|
|
||||||
c3d: $(objects)
|
c3d: $(objects)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue