Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 223 Bytes

makefile

File metadata and controls

5 lines (4 loc) · 223 Bytes
 
1
SDLTest : touchSimp.c touchPong.c
May 28, 2010
May 28, 2010
2
gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g
3
4
gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g