rename tomoclean to gc

This commit is contained in:
Tuna 2019-04-23 15:21:06 +07:00
parent 6744850661
commit 8fd773425d
2 changed files with 3 additions and 3 deletions

View file

@ -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