3 lines
168 B
Makefile
3 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
|