tux-town/Makefile
2025-05-25 19:59:06 +02:00

4 lines
73 B
Makefile

tuxtown: main.c
gcc -ggdb -Wall -Wextra -lraylib -lm -o tuxtown main.c