summaryrefslogtreecommitdiffstats
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 1d45582af..dae32830c 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ dirclean: clean FORCE
rm -rf staging_dir_* toolchain_build_*
distclean: dirclean FORCE
- rm -rf .* dl
+ rm -rf dl .*config* .pkg*
.PHONY: FORCE
FORCE: