mirror of
https://github.com/yawut/SDL.git
synced 2026-03-23 10:24:25 -05:00
7 lines
110 B
Makefile
7 lines
110 B
Makefile
SDLTest : touchSimp.c touchPong.c
|
|
gcc gestureSDLTest.c -o gestureSDLTest `sdl-config --cflags --libs` -g
|
|
|
|
|
|
|
|
|