summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReimar <Reimar@Leike.name>2014-12-04 12:02:53 +0100
committerReimar <Reimar@Leike.name>2014-12-04 12:02:53 +0100
commitd7c0925b3d7ffb1a58402c05e664966e2f8a597f (patch)
tree62cef6cc5b74481799c10dab8a18e756b74ea7e9 /Makefile
parent33e9f1db579685dd1ffab767ba7733a8e9503c78 (diff)
downloadSpaceCannon-d7c0925b3d7ffb1a58402c05e664966e2f8a597f.tar
SpaceCannon-d7c0925b3d7ffb1a58402c05e664966e2f8a597f.tar.gz
SpaceCannon-d7c0925b3d7ffb1a58402c05e664966e2f8a597f.tar.bz2
SpaceCannon-d7c0925b3d7ffb1a58402c05e664966e2f8a597f.tar.xz
SpaceCannon-d7c0925b3d7ffb1a58402c05e664966e2f8a597f.zip
added custom random generator, ball no has a roll animation, revisited difficulty impact
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47e7d82..4bb9d9b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
3all: JnR 3all: JnR
4 4
5JnR: JnR.cpp 5JnR: JnR.cpp
6 g++ JnR.cpp -O2 -Wall -lSDL -std=c++11 -lSDL_ttf -o JnR 6 g++ JnR.cpp -O2 -Wall -ggdb -lSDL -lSDL_gfx -lSDL_ttf -lSDL_image -o JnR
7 7
8clean: 8clean:
9 rm -f JnR 9 rm -f JnR