diff options
Diffstat (limited to 'swarm/dev/Makefile')
-rw-r--r-- | swarm/dev/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/swarm/dev/Makefile b/swarm/dev/Makefile index 365964b7f..d571a7d31 100644 --- a/swarm/dev/Makefile +++ b/swarm/dev/Makefile @@ -3,12 +3,12 @@ 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/bootnode github.com/ethereum/go-ethereum/cmd/bootnode + go build -o bin/swarm github.com/dexon-foundation/dexon/cmd/swarm + go build -o bin/geth github.com/dexon-foundation/dexon/cmd/geth + go build -o bin/bootnode github.com/dexon-foundation/dexon/cmd/bootnode cluster: build scripts/boot-cluster.sh test: - go test -v github.com/ethereum/go-ethereum/swarm/... + go test -v github.com/dexon-foundation/dexon/swarm/... |