multi: add litrpc package

This commit is contained in:
Oliver Gugger 2021-08-10 19:06:12 +02:00 committed by jamaljsr
parent fda99a862f
commit 81e893f7b5
No known key found for this signature in database
GPG key ID: 8680860C961AD657
14 changed files with 3462 additions and 8 deletions

View file

@ -193,6 +193,10 @@ list:
grep -v Makefile | \
sort
rpc:
@$(call print, "Compiling protos.")
cd ./litrpc; ./gen_protos_docker.sh
protos:
@$(call print, "Compiling protos.")
cd proto; ./gen_protos_docker.sh