aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/dev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/dev/Makefile')
-rw-r--r--swarm/dev/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/swarm/dev/Makefile b/swarm/dev/Makefile
deleted file mode 100644
index 365964b7f..000000000
--- a/swarm/dev/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-.PHONY: build cluster test
-
-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
-
-cluster: build
- scripts/boot-cluster.sh
-
-test:
- go test -v github.com/ethereum/go-ethereum/swarm/...