mirror of
https://github.com/yawut/SDL.git
synced 2026-03-31 22:24:47 -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
|
|
|
|
|
|
|
|
|