From cc4a5ba9047b83c3609f3d1e402c8e87b6c9081b Mon Sep 17 00:00:00 2001 From: Maxim Ivanitskiy Date: Fri, 25 Aug 2023 11:26:26 -0700 Subject: [PATCH] chore: run cargo clean insted of rm -fr target --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 3089bdd..a01a8d9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -41,7 +41,6 @@ help: .PHONY: clean clean: clean-cache; $(info $(M) cleaning...) @ ## Cleanup everything - $Q rm -rf $(CURDIR)/target $Q $(CARGO) clean .PHONY: clean-cache