Updated makefile for Linux
This commit is contained in:
parent
bed7e9a8c1
commit
51c9eae76f
@ -1,8 +1,7 @@
|
||||
breakout_s = breakout.c
|
||||
breakout_c = breakout
|
||||
breakout_c = Breaky
|
||||
all: breakout.c
|
||||
clang $(breakout_s) -l SDL2 -l SDL2_image -l SDL2_ttf -lGLU -lGL -lm -o $(breakout_c)
|
||||
./breakout
|
||||
clang *.c -l SDL2 -l SDL2_image -l SDL2_ttf -lGLU -lGL -lm -o $(breakout_c)
|
||||
./$(breakout_c)
|
||||
|
||||
clean: breakout.c
|
||||
rm $(breakout_c)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user