From f0861266e2cbf99134fd6b51ae12e8fda6bd1e9d Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Thu, 26 Dec 2013 09:46:19 +0800 Subject: [PATCH] Use make automatic variables --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f0458f1a..2ebe85fa 100644 --- a/Makefile +++ b/Makefile @@ -23,10 +23,10 @@ git-tag-release: git gc --prune=0 codespell-$(VERSION).tar.xz.asc: codespell-$(VERSION).tar.xz - gpg --armor --detach-sign --output codespell-$(VERSION).tar.xz.asc codespell-$(VERSION).tar.xz + gpg --armor --detach-sign --output $@ $^ codespell-$(VERSION).tar.xz: - git archive --format=tar --prefix codespell-$(VERSION)/ v$(VERSION) | xz > codespell-$(VERSION).tar.xz + git archive --format=tar --prefix codespell-$(VERSION)/ v$(VERSION) | xz > $@ tar-sync: codespell-$(VERSION).tar.xz codespell-$(VERSION).tar.xz.asc scp $^ packages.profusion.mobi:/var/www/packages/codespell/