SDL-mirror/touchTest/makefile

9 lines
337 B
Makefile
Raw Normal View History

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
2010-05-31 00:24:37 -04:00
gcc parseDevicesTest.c -o parseDevicesTest -g