File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
# with Go source code. If you know what GOPATH is then you probably
3
3
# don't need to bother with make.
4
4
5
- .PHONY : geth android ios geth-cross evm all test clean
5
+ .PHONY : geth android ios geth-cross swarm evm all test clean
6
6
.PHONY : geth-linux geth-linux-386 geth-linux-amd64 geth-linux-mips64 geth-linux-mips64le
7
7
.PHONY : geth-linux-arm geth-linux-arm-5 geth-linux-arm-6 geth-linux-arm-7 geth-linux-arm64
8
8
.PHONY : geth-darwin geth-darwin-386 geth-darwin-amd64
16
16
@echo " Done building."
17
17
@echo " Run \" $( GOBIN) /geth\" to launch geth."
18
18
19
+ swarm :
20
+ build/env.sh go run build/ci.go install ./cmd/swarm
21
+ @echo " Done building."
22
+ @echo " Run \" $( GOBIN) /swarm\" to launch swarm."
23
+
19
24
evm :
20
25
build/env.sh go run build/ci.go install ./cmd/evm
21
26
@echo " Done building."
You can’t perform that action at this time.
0 commit comments