From dd02e14d42e9b7bf1dd807eec832002fffce9374 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Thu, 24 May 2018 15:53:49 +0530 Subject: [PATCH] updated MAKEFILE --- swarm/dev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/dev/Makefile b/swarm/dev/Makefile index 365964b7f5..d571efaeef 100644 --- a/swarm/dev/Makefile +++ b/swarm/dev/Makefile @@ -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