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