From d7c0925b3d7ffb1a58402c05e664966e2f8a597f Mon Sep 17 00:00:00 2001 From: Reimar Date: Thu, 4 Dec 2014 12:02:53 +0100 Subject: added custom random generator, ball no has a roll animation, revisited difficulty impact --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47e7d82..4bb9d9b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: JnR JnR: JnR.cpp - g++ JnR.cpp -O2 -Wall -lSDL -std=c++11 -lSDL_ttf -o JnR + g++ JnR.cpp -O2 -Wall -ggdb -lSDL -lSDL_gfx -lSDL_ttf -lSDL_image -o JnR clean: rm -f JnR -- cgit v1.2.3