Skip to content
Snippets Groups Projects
Commit 0e6780f2 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

prepare release

parent 45c82694
No related branches found
No related tags found
No related merge requests found
V=0.9.19 V=0.9.20
BINPROGS = \ BINPROGS = \
checkpkg \ checkpkg \
...@@ -68,4 +68,7 @@ uninstall: ...@@ -68,4 +68,7 @@ uninstall:
dist: dist:
git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz
.PHONY: all install uninstall dist upload:
scp devtools-$(V).tar.gz gerolde.archlinux.org:/srv/ftp/other/devtools/
.PHONY: all install uninstall dist 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