Files
go-i2pcontrol/Makefile

21 lines
475 B
Makefile
Raw Normal View History

2020-01-09 20:13:36 -05:00
USER_GH=eyedeekay
2024-07-08 15:01:13 -04:00
VERSION=0.1.6
2020-01-09 20:13:36 -05:00
packagename=go-i2pcontrol
echo:
@echo "type make version to do release $(VERSION)"
version:
2023-06-12 17:22:47 -04:00
github-release release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "version $(VERSION)"
2020-01-09 20:13:36 -05:00
del:
2023-06-12 17:22:47 -04:00
github-release delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION)
2020-01-09 20:13:36 -05:00
tar:
tar --exclude .git \
--exclude .go \
--exclude bin \
--exclude examples \
-cJvf ../$(packagename)_$(VERSION).orig.tar.xz .