3 lines
97 B
Makefile
3 lines
97 B
Makefile
make all:
|
|
gcc ../util.c sliding.c -o ../bin/sliding -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
|