Files
Meep-Eep 4b53330773 DOS SC2 string convertor.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2738 8092fc87-c524-0410-9efc-e669fe64eaf9
2007-04-16 03:48:07 +00:00

10 lines
143 B
Makefile

unstr: unstr.c
gcc -W -Wall -g -O0 unstr.c -o unstr
clean:
rm unstr unstr.tgz
tgz: unstr.c Makefile
tar -cvzf unstr.tgz unstr.c Makefile