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:
+8
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user