aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-11-28 15:43:49 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-11-28 15:43:49 +0100
commit9f0f55fd9ac2985a7f2e7c52010e00c9b3364fb1 (patch)
treefb99fab686f0d83d8dfc18a0527adcc47c59c008 /Makefile
parent70cb4a4d2ea051aa2b70d50931de1039b52db33c (diff)
downloadmgarepo-9f0f55fd9ac2985a7f2e7c52010e00c9b3364fb1.tar
mgarepo-9f0f55fd9ac2985a7f2e7c52010e00c9b3364fb1.tar.gz
mgarepo-9f0f55fd9ac2985a7f2e7c52010e00c9b3364fb1.tar.bz2
mgarepo-9f0f55fd9ac2985a7f2e7c52010e00c9b3364fb1.tar.xz
mgarepo-9f0f55fd9ac2985a7f2e7c52010e00c9b3364fb1.zip
add a dist alias on tar (matching other projects)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0951a40..2647883 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,6 @@ clean:
# rules to build tarball
+dist: tar
tar:
git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz