Fix final comment
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ release: clean
|
|||||||
git archive --prefix="nethogs-$(RELEASE)/" -o "../nethogs-$(RELEASE).tar.gz" "v$(RELEASE)"
|
git archive --prefix="nethogs-$(RELEASE)/" -o "../nethogs-$(RELEASE).tar.gz" "v$(RELEASE)"
|
||||||
gpg --armor --detach-sign "../nethogs-$(RELEASE).tar.gz"
|
gpg --armor --detach-sign "../nethogs-$(RELEASE).tar.gz"
|
||||||
git push --tags
|
git push --tags
|
||||||
echo "now upload the detached signature to https://github.com/raboof/nethogs/releases/edit/v$VERSION"
|
echo "now upload the detached signature ../nethogs-$(RELEASE).tar.gz.asc to https://github.com/raboof/nethogs/releases/new?tag=v$(VERSION)"
|
||||||
|
|
||||||
check:
|
check:
|
||||||
$(MAKE) -C src -f MakeApp.mk $@
|
$(MAKE) -C src -f MakeApp.mk $@
|
||||||
|
|||||||
Reference in New Issue
Block a user