SDL-mirror/touchTest/makefile

4 lines
158 B
Makefile
Raw Normal View History

SDLTest : touchSimp.c touchPong.c
gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g