summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c34a8ce..dfcd5b2 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ dch:
dch -i
dput:
dput -u wheezy-buetowdotorg ../$(NAME)_$$(cat ./.version)_amd64.changes
-release: dch deb dput
+release: all dch deb dput
bash -c "git tag $$(cat .version)"
git push --tags
git commit -a -m 'New release'