mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Makefile: revert removal of clean_go_build_cache.sh
This commit is contained in:
parent
7c2c37943f
commit
9e16542966
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -41,6 +41,7 @@ lint: ## Run linters.
|
||||||
build/env.sh go run build/ci.go lint
|
build/env.sh go run build/ci.go lint
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
./build/clean_go_build_cache.sh
|
||||||
rm -fr build/_workspace/pkg/ $(GOBIN)/*
|
rm -fr build/_workspace/pkg/ $(GOBIN)/*
|
||||||
|
|
||||||
# The devtools target installs tools required for 'go generate'.
|
# The devtools target installs tools required for 'go generate'.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue