From 7f4e8d55232c076ec8e433e835928aeef55c354c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 9 Feb 2010 19:13:26 -0500 Subject: Calculate Paddle velocity in (x,y) at time of collision. Signed-off-by: Matt Turner --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fe425b8..21580a8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc STRIP=strip -WARN=-Wall -W -ansi -pedantic -DDEBUG +WARN=-Wall -W -pedantic -DDEBUG CFLAGS=-ggdb -g3 -pipe -std=c99 ${WARN} LDFLAGS=-Wl,-O1,-s INCLUDES=`sdl-config --cflags` -- cgit v1.2.3