mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
multi: add litrpc package
This commit is contained in:
parent
fda99a862f
commit
81e893f7b5
14 changed files with 3462 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue