From d12459563cd54047764539ec1574ef049f7ef5d4 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Wed, 26 Jan 2022 19:48:31 +0100 Subject: [PATCH] make: use "cargo clean" instead of removing the target/$profile folder --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b43c3596b..b478d22fd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -313,7 +313,7 @@ busytest: $(BUILDDIR)/busybox $(addprefix test_busybox_,$(filter-out $(SKIP_UTIL endif clean: - $(RM) $(BUILDDIR) + cargo clean cd $(DOCSDIR) && $(MAKE) clean distclean: clean