Fi typo in Makefile and .gitignore

This commit is contained in:
Jiří Štefka 2023-02-27 03:07:54 +01:00
parent d5928d5533
commit 2845e4cd4f
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
msman-hepler.tar.gz
msman-helper.tar.gz

View File

@ -13,7 +13,7 @@ all:
rm -rf msman
mkdir msman
cp -r .msman msman
tar -czf msman-hepler.tar.gz msman
tar -czf msman-helper.tar.gz msman
rm -rf msman
clean: