summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-04 22:36:19 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-04 22:36:19 +0000
commit1aee1889e5c25fd6e307ee1fd66fdc2928a96c11 (patch)
treed9f084ff21c3b4ce4bb557e6517d1ac61ebd2906
parent407a65010c5d6ba902317392041f16175054be14 (diff)
downloadmandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.tar
mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.tar.gz
mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.tar.bz2
mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.tar.xz
mandi-1aee1889e5c25fd6e307ee1fd66fdc2928a96c11.zip
remove unused rule
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45085a3..cb96a07 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ all:
(cd src; make)
clean:
- find -maxdepth 1 -type d -name 'mandi-*' -exec rm -r {} \;
find -name '*~' -exec rm {} \;
make -C src clean