Add remove .cache directory to main Makefile's clean target
This commit is contained in:
parent
860812a222
commit
164b051fb0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
Loading…
Reference in a new issue