6 lines
87 B
Makefile
6 lines
87 B
Makefile
|
all:
|
||
|
gcc main.c libraylib.a -o kevin-la-bouteille -lm
|
||
|
|
||
|
run: all
|
||
|
./kevin-la-bouteille
|