From c4fc5216291543e54a886ac6ba8507502dae09a3 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Fri, 15 May 2015 08:59:39 -0700 Subject: [PATCH] Add make task (gen_client) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 321dc44c5..3b6bd0e10 100644 --- a/Makefile +++ b/Makefile @@ -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 $< $@