Example file

This commit is contained in:
Nox Sluijtman 2022-08-22 09:56:05 +02:00
parent ca7c587aaa
commit 6f6abcf331
4 changed files with 5 additions and 4 deletions

View file

@ -15,7 +15,7 @@ clean:
dist: clean
mkdir -p sheet-parser-$(VERSION)
cp -R $(ZSH_COMPLETION_OUTPUT) LICENSE Makefile README.md sheet-parser.1 $(SRC) sheet-parser-$(VERSION)
cp -R example.json $(ZSH_COMPLETION_OUTPUT) LICENSE Makefile README.md sheet-parser.1 $(SRC) sheet-parser-$(VERSION)
tar -cf sheet-parser-$(VERSION).tar sheet-parser-$(VERSION)
gzip sheet-parser-$(VERSION).tar
rm -rf sheet-parser-$(VERSION)