SDL-mirror/touchTest/makefile
2010-05-31 00:24:37 -04:00

7 lines
271 B
Makefile

SDLTest : touchSimp.c touchPong.c
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
gcc parseDevicesTest.c -o parseDevicesTest -g