Updated makefile
This commit is contained in:
parent
0d5153ea57
commit
c2f215f555
@ -1,7 +1,7 @@
|
||||
breakout_s = breakout.c
|
||||
breakout_c = breakout
|
||||
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
|
||||
|
||||
clean: breakout.c
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user