summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-02-09 19:13:26 -0500
committerMatt Turner <mattst88@gmail.com>2011-04-04 17:14:36 -0400
commit7f4e8d55232c076ec8e433e835928aeef55c354c (patch)
tree23337d4094328fa5e5c81701e9b27d1c1d9c6580 /Makefile
parent9628bb86f9f31f6186b473ea3b386286c0e92623 (diff)
Calculate Paddle velocity in (x,y) at time of collision.HEADmaster
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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`