Implement a simple makefile
to make creating a new release archive easier
This commit is contained in:
parent
0858631fee
commit
7a2fbb29e8
8
Makefile
8
Makefile
@ -1,2 +1,8 @@
|
||||
all:
|
||||
cp -r .msman
|
||||
cp -r .msman msman
|
||||
tar -czf msman-hepler.tar.gz msman
|
||||
rm -rf msman
|
||||
|
||||
clean:
|
||||
rm -rf msman
|
||||
rm -f msman-hepler.tar.gz
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user