4 lines
73 B
Makefile
4 lines
73 B
Makefile
|
tuxtown: main.c
|
||
|
gcc -ggdb -Wall -Wextra -lraylib -lm -o tuxtown main.c
|
||
|
|