testing raylib 3d plane
This commit is contained in:
6
3d-test/Makefile
Normal file
6
3d-test/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
SRC := ../util.c plane.c
|
||||
OUT := plane
|
||||
LIBS := -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
|
||||
|
||||
make all:
|
||||
gcc $(SRC) -o $(OUT) $(LIBS)
|
||||
Reference in New Issue
Block a user