Skip to content

Commit 3c7338d

Browse files
Aronkaralabe
authored andcommitted
Makefile: add make swarm command (ethereum#14698)
* Makefile: add make swarm command * Makefile: minor code formatting polishes
1 parent ef8d471 commit 3c7338d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# with Go source code. If you know what GOPATH is then you probably
33
# don't need to bother with make.
44

5-
.PHONY: geth android ios geth-cross evm all test clean
5+
.PHONY: geth android ios geth-cross swarm evm all test clean
66
.PHONY: geth-linux geth-linux-386 geth-linux-amd64 geth-linux-mips64 geth-linux-mips64le
77
.PHONY: geth-linux-arm geth-linux-arm-5 geth-linux-arm-6 geth-linux-arm-7 geth-linux-arm64
88
.PHONY: geth-darwin geth-darwin-386 geth-darwin-amd64
@@ -16,6 +16,11 @@ geth:
1616
@echo "Done building."
1717
@echo "Run \"$(GOBIN)/geth\" to launch geth."
1818

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+
1924
evm:
2025
build/env.sh go run build/ci.go install ./cmd/evm
2126
@echo "Done building."

0 commit comments

Comments
 (0)