mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
And add contrib/pyln-testing/pyln/testing/grpc2py.py since we didn't previously know how to build it! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
13 lines
363 B
Makefile
13 lines
363 B
Makefile
cln-grpc-wrongdir:
|
|
$(MAKE) -C .. cln-grpc-all
|
|
|
|
CLN_GRPC_EXAMPLES :=
|
|
CLN_GRPC_GENALL = cln-grpc/proto/node.proto \
|
|
cln-grpc/src/convert.rs \
|
|
cln-grpc/src/server.rs
|
|
|
|
DEFAULT_TARGETS += $(CLN_GRPC_EXAMPLES) $(CLN_GRPC_GENALL)
|
|
|
|
MSGGEN_GENALL += $(CLN_GRPC_GENALL) contrib/pyln-testing/pyln/testing/grpc2py.py
|
|
|
|
cln-grpc-all: ${CLN_GRPC_GENALL} ${CLN_GRPC_EXAMPLES}
|