mirror of
https://github.com/yawut/SDL.git
synced 2026-03-29 21:24:45 -05:00
4 lines
168 B
Makefile
4 lines
168 B
Makefile
SDLTest : touchSimp.c touchPong.c
|
|
gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -gSDLTest :
|
|
gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g
|