summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a57f966..cf24c7b 100644
--- a/Makefile
+++ b/Makefile
@@ -138,3 +138,6 @@ help:
@echo "make distclean: Same as clean, but remove all downloaded packages."
@echo
+distclean: clean
+ $(Q)rm -rf dl/* src/eglibc* host-tools
+