mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-01 05:37:03 +00:00
Add make task (gen_client)
This commit is contained in:
@@ -26,6 +26,11 @@ list_deps:
|
||||
get_deps:
|
||||
go get github.com/tendermint/tendermint/...
|
||||
|
||||
gen_client:
|
||||
go get -u github.com/ebuchman/go-rpc-gen
|
||||
go install github.com/ebuchman/go-rpc-gen
|
||||
go generate rpc/core_client/*.go
|
||||
|
||||
tendermint_root/priv_validator.json: tendermint_root/priv_validator.json.orig
|
||||
cp $< $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user