mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 00:13:46 +00:00
Makefile: minor code formatting polishes
This commit is contained in:
parent
fe8f70cc28
commit
49f7a4ee75
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -2,7 +2,7 @@
|
||||||
# with Go source code. If you know what GOPATH is then you probably
|
# with Go source code. If you know what GOPATH is then you probably
|
||||||
# don't need to bother with make.
|
# don't need to bother with make.
|
||||||
|
|
||||||
.PHONY: geth android ios geth-cross evm all test clean swarm
|
.PHONY: geth android ios geth-cross swarm evm all test clean
|
||||||
.PHONY: geth-linux geth-linux-386 geth-linux-amd64 geth-linux-mips64 geth-linux-mips64le
|
.PHONY: geth-linux geth-linux-386 geth-linux-amd64 geth-linux-mips64 geth-linux-mips64le
|
||||||
.PHONY: geth-linux-arm geth-linux-arm-5 geth-linux-arm-6 geth-linux-arm-7 geth-linux-arm64
|
.PHONY: geth-linux-arm geth-linux-arm-5 geth-linux-arm-6 geth-linux-arm-7 geth-linux-arm64
|
||||||
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
|
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
|
||||||
|
|
@ -21,7 +21,6 @@ swarm:
|
||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
@echo "Run \"$(GOBIN)/swarm\" to launch swarm."
|
@echo "Run \"$(GOBIN)/swarm\" to launch swarm."
|
||||||
|
|
||||||
|
|
||||||
evm:
|
evm:
|
||||||
build/env.sh go run build/ci.go install ./cmd/evm
|
build/env.sh go run build/ci.go install ./cmd/evm
|
||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue