voleur/Makefile

8 lines
89 B
Makefile

$(shell mkdir -p build)
all:
gcc main.c -o build/main -lraylib
run: all
./build/main