view 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 f5cd4b6231ba
children ad4f32e874ee
line wrap: on
line source

SDLTest : touchSimp.c touchPong.c
	gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -gSDLTest : 
	gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g