summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 296135eab..0c6dd7a6e 100644
--- a/Makefile
+++ b/Makefile
@@ -282,7 +282,7 @@ finished2:
distclean clean:
- @rm -rf tmp lib include/bits/uClibc_config.h uClibc_config.h
+ @rm -rf tmp lib include/bits/uClibc_config.h uClibc_config.h libc/tmp
- find include -type l -exec rm -f {} \;
- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec rm -f {} \;
$(MAKE) -C test clean