aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1bbd5f0..1cfc14a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,6 @@ clean:
# rules to build a distributable rpm
dist: menus checktag clean changelog
- rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION)
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(NAME)-$(VERSION).tar.bz2 is ready)