mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
updated MAKEFILE
This commit is contained in:
parent
797cddd01f
commit
dd02e14d42
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ default: build
|
|||
|
||||
build:
|
||||
go build -o bin/swarm github.com/ethereum/go-ethereum/cmd/swarm
|
||||
go build -o bin/geth github.com/ethereum/go-ethereum/cmd/geth
|
||||
go build -o bin/XDC github.com/ethereum/go-ethereum/cmd/geth
|
||||
go build -o bin/bootnode github.com/ethereum/go-ethereum/cmd/bootnode
|
||||
|
||||
cluster: build
|
||||
|
|
|
|||
Loading…
Reference in a new issue