updated MAKEFILE

This commit is contained in:
AnilChinchawale 2018-05-24 15:53:49 +05:30
parent 797cddd01f
commit dd02e14d42

View file

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