mirror of
https://github.com/yawut/SDL.git
synced 2026-04-19 23:27:32 -05:00
4 lines
158 B
Makefile
4 lines
158 B
Makefile
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
|