Some string extractor prog I made some time ago.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@722 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-02-10 03:27:23 +00:00
parent 5ad1e0a3e7
commit 9dc34826bd
3 changed files with 245 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
unstr: unstr.c unstr.h
gcc -W -Wall -g -O0 unstr.c -o unstr -lpng -lz -lm
clean:
rm unstr unstr.tgz
tgz: unstr.c unstr.h Makefile
tar -cvzf unstr.tgz unstr.c unstr.h Makefile