summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-15 22:47:36 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-15 22:47:36 +0200
commit85c00ddaf7b1b50a43f8a5524ae388c3f99075de (patch)
tree415c0f36e546adbd1a7146f4addf6323e22f691a
parentc6a3d8a011b69f7e7b4a4fc53aaad91fe5642e25 (diff)
downloadembtoolkit-85c00ddaf7b1b50a43f8a5524ae388c3f99075de.tar.gz
embtoolkit-85c00ddaf7b1b50a43f8a5524ae388c3f99075de.tar.bz2
embtoolkit-85c00ddaf7b1b50a43f8a5524ae388c3f99075de.tar.xz
Embtk: create distclean target
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-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
+