3 lines
119 B
Makefile
3 lines
119 B
Makefile
build:
|
|
gcc pong.c -o pong -lallegro_color -lallegro_ttf -lallegro_font -lallegro_image -lallegro_primitives -lallegro
|