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