summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:36:26 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:36:26 +0100
commitf7c142734879f1f1ae786d0c4fa72887c53adb64 (patch)
treee4c073938a78673bfe2d6d10b05efc9d78230aac /Makefile
parent9f04a20b51315bea5a33231a9d688b730bfafafb (diff)
downloadldetect-lst-f7c142734879f1f1ae786d0c4fa72887c53adb64.tar
ldetect-lst-f7c142734879f1f1ae786d0c4fa72887c53adb64.tar.gz
ldetect-lst-f7c142734879f1f1ae786d0c4fa72887c53adb64.tar.bz2
ldetect-lst-f7c142734879f1f1ae786d0c4fa72887c53adb64.tar.xz
ldetect-lst-f7c142734879f1f1ae786d0c4fa72887c53adb64.zip
drop useless rm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a146cc8a..53edda2c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,6 @@ install: build
dist: dis
dis: clean
- rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION)
@git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz >../$(NAME)-$(VERSION).tar.xz;
$(info $(shell dirname $$PWD)/$(NAME)-$(VERSION).tar.xz is ready)