aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c7971d9..ede910cb 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,8 @@ clean::
# If singlemake was in generated/ "make clean; make test_ls" wouldn't work.
distclean: clean root_clean
- @rm -f toybox* .config* .singlemake root_download
+ @rm -f toybox* .config* .singlemake
+ @-rm root_download
@echo removed .config
tests: