diff --git a/Makefile b/Makefile index 101011df67..719e0f8e8e 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ endif .PHONY: clean clean: ## Remove .gocache directory. - rm -rf bin/ .gocache/ + rm -rf bin/ .gocache/ .cache/ .PHONY: static-check static-check: ## Run verification script for boilerplate, codegen, gofmt, golint and lualint.