summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:25:17 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:26:17 +0100
commit12106a6a0c687e5ec22e636084d7ce69cb3ff642 (patch)
treeef9a2cb7cb77cbd8540c774d0f107afc9a3985b6 /Makefile
parent9b24228cd8158d3ba338111ebcf762db0b6c6553 (diff)
downloadmgaonline-12106a6a0c687e5ec22e636084d7ce69cb3ff642.tar
mgaonline-12106a6a0c687e5ec22e636084d7ce69cb3ff642.tar.gz
mgaonline-12106a6a0c687e5ec22e636084d7ce69cb3ff642.tar.bz2
mgaonline-12106a6a0c687e5ec22e636084d7ce69cb3ff642.tar.xz
mgaonline-12106a6a0c687e5ec22e636084d7ce69cb3ff642.zip
generate tarball in current directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c210aa4f..65776196 100644
--- a/Makefile
+++ b/Makefile
@@ -51,5 +51,5 @@ install: all
dis: dist
dist:
- @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)