6 lines
250 B
Makefile
6 lines
250 B
Makefile
build:
|
|
gcc pong.c -o pong -lm -lallegro_color -lallegro_ttf -lallegro_font -lallegro_image -lallegro_primitives -lallegro
|
|
|
|
debug:
|
|
gcc pong.c -o pong -g -lm -lallegro_color -lallegro_ttf -lallegro_font -lallegro_image -lallegro_primitives -lallegro
|