diff --git a/Makefile b/Makefile index 8ad4ed5..c0a7a38 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .PHONY: clean clean: ## Clean up caches and build artifacts - @rm -rf .idea + @git clean -X -d -f .PHONY: help help: ## Display this help screen