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

Latest commit

 

History

History
3 lines (3 loc) · 158 Bytes

makefile

File metadata and controls

3 lines (3 loc) · 158 Bytes
 
1
2
3
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