mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Add mina library to make
This commit is contained in:
parent
252a962d6a
commit
1e9d4882ce
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -8,7 +8,10 @@ GOBIN = ./build/bin
|
||||||
GO ?= latest
|
GO ?= latest
|
||||||
GORUN = env GO111MODULE=on go run
|
GORUN = env GO111MODULE=on go run
|
||||||
|
|
||||||
geth:
|
mina_lib:
|
||||||
|
cd mina && cargo build --release
|
||||||
|
|
||||||
|
geth: mina_lib
|
||||||
$(GORUN) build/ci.go install ./cmd/geth
|
$(GORUN) build/ci.go install ./cmd/geth
|
||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
@echo "Run \"$(GOBIN)/geth\" to launch geth."
|
@echo "Run \"$(GOBIN)/geth\" to launch geth."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue