You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
250 B
Makefile

10 months ago
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