New package and removed manpage compilation result

This commit is contained in:
Nox Sluijtman 2022-09-01 18:10:49 +02:00
parent 9fb7771281
commit 72500f1981
4 changed files with 4 additions and 370 deletions

View file

@ -12,7 +12,7 @@ sheet-parser:
go build -o sheet-parser -trimpath
clean:
rm -f sheet-parser sheet-parser-$(VERSION).tar.gz
rm -f sheet-parser sheet-parser-$(VERSION).tar.gz $(MANPAGE)
dist: clean $(MANPAGE)
mkdir -p sheet-parser-$(VERSION)