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