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
|