summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:44:49 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 05:44:49 +0200
commitebf242db66c6d2755b791b20560eb7b1dd955640 (patch)
tree1cd1f01647a898e17cb5510763a77415a5cb3309 /Makefile
parent3f1b119d46971a63539be4a700222f2e9fa550dc (diff)
downloadperl_checker-ebf242db66c6d2755b791b20560eb7b1dd955640.tar
perl_checker-ebf242db66c6d2755b791b20560eb7b1dd955640.tar.gz
perl_checker-ebf242db66c6d2755b791b20560eb7b1dd955640.tar.bz2
perl_checker-ebf242db66c6d2755b791b20560eb7b1dd955640.tar.xz
perl_checker-ebf242db66c6d2755b791b20560eb7b1dd955640.zip
generate tarball in current dir like other projects
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)