From 247ffd80e88817e9fec4c06efc55f51c70df1ce0 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 31 Mar 2011 11:49:32 +0000 Subject: Simplify makefile, thanks to thierry vignaud --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3a96d67..e5c437d 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,7 @@ dir: mkdir $(NAME)-$(VERSION) tar: - tar cvf $(NAME)-$(VERSION).tar $(NAME)-$(VERSION) - xz $(NAME)-$(VERSION).tar + tar cfa $(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) localcopy: dir -- cgit v1.2.1