Files
sam3/Makefile

17 lines
341 B
Makefile
Raw Normal View History

2019-10-22 02:26:57 -04:00
USER_GH=eyedeekay
2019-12-07 22:06:50 -05:00
VERSION=0.32.2
packagename=sam3
2019-12-07 17:26:28 -05:00
echo:
@echo "type make version to do release $(VERSION)"
2019-10-22 02:26:57 -04:00
version:
2019-12-07 22:06:50 -05:00
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(packagename) -t v$(VERSION) -d "version $(VERSION)"
2019-10-22 02:26:57 -04:00
2019-12-07 22:06:50 -05:00
tar:
tar --exclude .git \
--exclude .go \
--exclude bin \
-cJvf ../$(packagename)_$(VERSION).orig.tar.xz .