mirror of
https://github.com/yawut/SDL.git
synced 2026-03-25 11:24:15 -05:00
6 lines
223 B
Makefile
6 lines
223 B
Makefile
SDLTest : touchSimp.c touchPong.c
|
|
gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g
|
|
gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
|
|
gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g
|
|
|