view touchTest/makefile~ @ 4655:4c94f2023d62

Fixed bugs in input, cleaned up $1
author Jim Grandpre <jim.tla@gmail.com>
date Fri, 18 Jun 2010 01:43:02 -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