mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
updated make file
This commit is contained in:
parent
8491751764
commit
4582a6238d
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -21,6 +21,11 @@ XDC:
|
||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
@echo "Run \"$(GOBIN)/XDC\" to launch XDC."
|
@echo "Run \"$(GOBIN)/XDC\" to launch XDC."
|
||||||
|
|
||||||
|
bootnode:
|
||||||
|
build/env.sh go run build/ci.go install ./cmd/bootnode
|
||||||
|
@echo "Done building."
|
||||||
|
@echo "Run \"$(GOBIN)/bootnode\" to launch a bootnode."
|
||||||
|
|
||||||
swarm:
|
swarm:
|
||||||
build/env.sh go run build/ci.go install ./cmd/swarm
|
build/env.sh go run build/ci.go install ./cmd/swarm
|
||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue