summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:27:43 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-28 15:27:43 +0100
commit7fc4e68658c97e928742c2954e417c5dffaf15e6 (patch)
treea70105176d2b6f0f8e7ec8853ee5faad126a0acf /Makefile
parent195b6a60e080fceea07d18a244a39495234ecafd (diff)
downloaddraklive-install-7fc4e68658c97e928742c2954e417c5dffaf15e6.tar
draklive-install-7fc4e68658c97e928742c2954e417c5dffaf15e6.tar.gz
draklive-install-7fc4e68658c97e928742c2954e417c5dffaf15e6.tar.bz2
draklive-install-7fc4e68658c97e928742c2954e417c5dffaf15e6.tar.xz
draklive-install-7fc4e68658c97e928742c2954e417c5dffaf15e6.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 bf30bf3..caf334e 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@ install:
dist: dis
dis: clean
- rm -rf ../$(NAME)-$(VERSION)*.tar* $(NAME)-$(VERSION)
@if [ -e ".svn" ]; then \
$(MAKE) dist-svn; \
elif [ -e ".git" ]; then \