mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
rename tomoclean to gc
This commit is contained in:
parent
6744850661
commit
8fd773425d
2 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -15,10 +15,10 @@ tomo:
|
|||
@echo "Done building."
|
||||
@echo "Run \"$(GOBIN)/tomo\" to launch tomo."
|
||||
|
||||
tomoclean:
|
||||
build/env.sh go run build/ci.go install ./cmd/tomoclean
|
||||
gc:
|
||||
build/env.sh go run build/ci.go install ./cmd/gc
|
||||
@echo "Done building."
|
||||
@echo "Run \"$(GOBIN)/tomoclean\" to launch tomoclean."
|
||||
@echo "Run \"$(GOBIN)/gc\" to launch gc."
|
||||
|
||||
bootnode:
|
||||
build/env.sh go run build/ci.go install ./cmd/bootnode
|
||||
|
|
|
|||
Loading…
Reference in a new issue