6 lines
110 B
Makefile
6 lines
110 B
Makefile
SDLTest : touchSimp.c touchPong.c
|
|
gcc gestureSDLTest.c -o gestureSDLTest `sdl-config --cflags --libs` -g
|
|
|
|
|
|
|
|
|