summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fc4a000..2112887 100644
--- a/Makefile
+++ b/Makefile
@@ -60,10 +60,6 @@ distclean:
clean:
ls -1 $(OUTPUT) | grep -vF sources | while read a ; do rm -rf $(OUTPUT)/"$$a" & : ; done ; true
-# same as above, minus the kernel (TODO)
-quickclean:
- ls -1 $(OUTPUT) | grep -vF sources | while read a ; do rm -rf $(OUTPUT)/"$$a" & : ; done ; true
-
# other available targets to clean subsystems:
# clean-busybox
# clean-dropbear