From 9f0f55fd9ac2985a7f2e7c52010e00c9b3364fb1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 28 Nov 2015 15:43:49 +0100 Subject: add a dist alias on tar (matching other projects) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.1