view touchTest/makefile~ @ 4658:454385d76845

Moved $1 Gestures into the SDL Library
author Jim Grandpre <jim.tla@gmail.com>
date Fri, 09 Jul 2010 00:50:40 -0700
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