Extremely basic "key jammer", mostly lifted from SDL docs.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@124 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
all: keyjam.c
|
||||
gcc `sdl-config --cflags` `sdl-config --libs` -o keyjam keyjam.c
|
||||
|
||||
clean:
|
||||
rm -f keyjam
|
||||
Reference in New Issue
Block a user