Some code restructuring.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@137 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-10-22 00:58:12 +00:00
parent c13b1bf144
commit 14810d8b4c
3 changed files with 158 additions and 91 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
unpkg: unpkg.c unpkg.h
gcc -W -Wall -g -O0 unpkg.c -o unpkg
parseres: parseres.c parseres.h
gcc -W -Wall -g -O0 parseres.c -o parseres
clean:
rm unpkg
rm unpkg unpkg.tgz parseres.o
tgz: unpkg.c unpkg.h Makefile parseres.c parseres.h
tar -cvzf unpkg.tgz unpkg.c unpkg.h Makefile parseres.c parseres.h