From c35e85ab6a3b3ca5baa1d9dc9e4f8d1c1dc0f020 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 15:13:54 +0100 Subject: generate tarball in current directory --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67c1bb9..f944e25 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,8 @@ cleandist: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* dist: cleandist - rm -rf ../$(NAME)-$(VERSION).tar* - git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > ../$(NAME)-$(VERSION).tar.xz + rm -rf $(NAME)-$(VERSION).tar* + git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1