diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-28 15:36:26 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-28 15:36:26 +0100 |
commit | f7c142734879f1f1ae786d0c4fa72887c53adb64 (patch) | |
tree | e4c073938a78673bfe2d6d10b05efc9d78230aac | |
parent | 9f04a20b51315bea5a33231a9d688b730bfafafb (diff) | |
download | ldetect-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
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |