view touchTest/makefile~ @ 4659:063b9455bd1a

Added some files I had previosuly missed
author Jim Grandpre <jim.tla@gmail.com>
date Sun, 11 Jul 2010 01:15:39 -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