Complete keyjamming application

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2336 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2006-04-28 05:02:37 +00:00
parent 1f37aa6007
commit b9c4ec6726
2 changed files with 79 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
all: keyjam.c
gcc `sdl-config --cflags` `sdl-config --libs` -o keyjam keyjam.c
gcc $(shell sdl-config --cflags) -o keyjam keyjam.c $(shell sdl-config --libs) -lSDL_gfx
clean:
rm -f keyjam