3 lines
91 B
Makefile
3 lines
91 B
Makefile
default:
|
|
gcc ray.c -o my_game -Iinclude -Llib -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
|