From a49e275acf4d19740a61ea26fbdb2cb2df21fbc7 Mon Sep 17 00:00:00 2001 From: Maxim Ivanitskiy Date: Fri, 25 Aug 2023 11:26:26 -0700 Subject: [PATCH] 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