Updated makefile

This commit is contained in:
Joe Adams 2018-01-11 11:55:54 +00:00
parent 0d5153ea57
commit c2f215f555

View File

@ -1,7 +1,7 @@
breakout_s = breakout.c breakout_s = breakout.c
breakout_c = breakout breakout_c = breakout
all: breakout.c all: breakout.c
clang $(breakout_s) -l SDL2 -lGLU -lGL -lm -o $(breakout_c) clang $(breakout_s) -l SDL2 -l SDL2_image -l SDL2_ttf -lGLU -lGL -lm -o $(breakout_c)
./breakout ./breakout
clean: breakout.c clean: breakout.c