github.com/etherbanking/go-etherbanking@v1.7.1-0.20181009210156-cf649bca5aba/swarm/dev/Makefile (about) 1 .PHONY: build cluster test 2 3 default: build 4 5 build: 6 go build -o bin/swarm github.com/etherbanking/go-etherbanking/cmd/swarm 7 go build -o bin/gebc github.com/etherbanking/go-etherbanking/cmd/gebc 8 go build -o bin/bootnode github.com/etherbanking/go-etherbanking/cmd/bootnode 9 10 cluster: build 11 scripts/boot-cluster.sh 12 13 test: 14 go test -v github.com/etherbanking/go-etherbanking/swarm/...