diff touchTest/makefile @ 4651:86c171888eee

Added gesture test c file. Beginning of gesture recognition.
author Jim Grandpre <jim.tla@gmail.com>
date Mon, 14 Jun 2010 01:44:04 -0400
parents 0375d020e7e3
children eed063a0bf5b
line wrap: on
line diff
--- a/touchTest/makefile	Tue Jun 01 02:54:33 2010 -0400
+++ b/touchTest/makefile	Mon Jun 14 01:44:04 2010 -0400
@@ -1,4 +1,5 @@
 SDLTest : touchSimp.c touchPong.c
+	gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g
 	gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g		
 	gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
 	gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g