summaryrefslogtreecommitdiff
path: root/3d-test/Makefile
blob: 9d156e920c90eaaf601cbdada04e55805f6e3b67 (plain)
1
2
3
4
5
6
SRC := ../util.c plane.c
OUT := plane
LIBS := -lraylib -lGL -lm -lpthread -ldl -lrt -lX11

make all:
	gcc $(SRC) -o $(OUT) $(LIBS)