Skip to content
Snippets Groups Projects
Commit 47ff8794 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

remove tar ball after make release

parent 843b5ffd
No related branches found
No related tags found
No related merge requests found
...@@ -39,5 +39,6 @@ upload: ...@@ -39,5 +39,6 @@ upload:
release: upload release: upload
darcs dist -d seq-$(SEQ_RELEASE) -t seq-$(SEQ_TAG) darcs dist -d seq-$(SEQ_RELEASE) -t seq-$(SEQ_TAG)
rsync seq-$(SEQ_RELEASE).tar.gz $(USER_AT_HOST):$(SEQ_PATH)/releases/ rsync seq-$(SEQ_RELEASE).tar.gz $(USER_AT_HOST):$(SEQ_PATH)/releases/
$(RM) seq-$(SEQ_RELEASE).tar.gz
.PHONY: release upload .PHONY: release upload
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment