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

Latest commit

 

History

History
7 lines (5 loc) · 271 Bytes

makefile

File metadata and controls

7 lines (5 loc) · 271 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
May 31, 2010
May 31, 2010
5
gcc parseDevicesTest.c -o parseDevicesTest -g