Implement a simple makefile
to make creating a new release archive easier
This commit is contained in:
parent
0858631fee
commit
7a2fbb29e8
2 changed files with 7 additions and 1 deletions
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…
Reference in a new issue