4b53330773
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2738 8092fc87-c524-0410-9efc-e669fe64eaf9
10 lines
143 B
Makefile
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
|
|
|