Merge pull request #5088 from szombi/clean-fix
Remove .cache directory with make clean.
This commit is contained in:
commit
14118fc26f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -154,7 +154,7 @@ endif
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: ## Remove .gocache directory.
|
clean: ## Remove .gocache directory.
|
||||||
rm -rf bin/ .gocache/
|
rm -rf bin/ .gocache/ .cache/
|
||||||
|
|
||||||
.PHONY: static-check
|
.PHONY: static-check
|
||||||
static-check: ## Run verification script for boilerplate, codegen, gofmt, golint and lualint.
|
static-check: ## Run verification script for boilerplate, codegen, gofmt, golint and lualint.
|
||||||
|
|
Loading…
Reference in a new issue