Add make task (gen_client)

This commit is contained in:
Jae Kwon
2015-05-15 09:00:21 -07:00
parent 4dd464f239
commit c4fc521629
+5
View File
@@ -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 $< $@