mirror of
https://gitlab.com/EternalWanderer/sheet-parser.git
synced 2025-07-01 17:26:36 +02:00
New package and removed manpage compilation result
This commit is contained in:
parent
9fb7771281
commit
72500f1981
4 changed files with 4 additions and 370 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue