summaryrefslogtreecommitdiff
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 0455a2ac9..67c27659d 100644
--- a/Makefile
+++ b/Makefile
@@ -342,7 +342,6 @@ distclean clean:
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean; \
fi;
- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec rm -f {} \;
- - find -type l -exec rm -f {} \;
dist release: distclean
cd ..; \