Added 'debug' rule, and add relevant libraries to build commands

This commit is contained in:
2023-12-18 22:42:45 -06:00
parent 81e8a6846d
commit ab3a56dc13

View File

@@ -1,2 +1,5 @@
build:
gcc pong.c -o pong -lallegro_color -lallegro_ttf -lallegro_font -lallegro_image -lallegro_primitives -lallegro
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