Implement a simple makefile

to make creating a new release archive easier
This commit is contained in:
Jiří Štefka 2023-02-27 01:06:28 +01:00
parent 0858631fee
commit 7a2fbb29e8
2 changed files with 7 additions and 1 deletions

@ -1,2 +1,8 @@
all: 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.