diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-11-28 15:43:49 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-11-28 15:43:49 +0100 |
commit | 9f0f55fd9ac2985a7f2e7c52010e00c9b3364fb1 (patch) | |
tree | fb99fab686f0d83d8dfc18a0527adcc47c59c008 /Makefile | |
parent | 70cb4a4d2ea051aa2b70d50931de1039b52db33c (diff) | |
download | mgarepo-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ clean: # rules to build tarball +dist: tar tar: git archive --prefix $(PACKAGE)-$(VERSION)/ HEAD | xz -9 > $(PACKAGE)-$(VERSION).tar.xz |