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