summaryrefslogtreecommitdiffstats
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 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