Added 'debug' rule, and add relevant libraries to build commands
parent
81e8a6846d
commit
ab3a56dc13
@ -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
|
||||
|
Loading…
Reference in New Issue