mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
exchange of cp to mv in make file
This commit is contained in:
parent
35cfb71bc0
commit
9e0d0b50e4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@ GORUN = go run
|
||||||
shisui:
|
shisui:
|
||||||
go build ./cmd/shisui/main.go
|
go build ./cmd/shisui/main.go
|
||||||
mkdir -p $(GOBIN)
|
mkdir -p $(GOBIN)
|
||||||
cp main $(GOBIN)/shisui
|
mv main $(GOBIN)/shisui
|
||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
@echo "Run \"$(GOBIN)/shisui\" to launch shisui."
|
@echo "Run \"$(GOBIN)/shisui\" to launch shisui."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue