From ebf242db66c6d2755b791b20560eb7b1dd955640 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 May 2015 05:44:49 +0200 Subject: generate tarball in current dir like other projects --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 89ebdbd..d6b2b94 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,6 @@ install: clean all tar: dist dist: clean - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz; + @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1