We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020bd97 commit 36ad654Copy full SHA for 36ad654
plugins/Makefile
@@ -296,7 +296,7 @@ CLN_PLUGIN_EXAMPLES := \
296
CLN_PLUGIN_SRC = $(shell find plugins/src -name "*.rs")
297
CLN_GRPC_PLUGIN_SRC = $(shell find plugins/grpc-plugin/src -name "*.rs")
298
299
-target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GEN_ALL)
+target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GENALL)
300
cargo build ${CARGO_OPTS} --bin cln-grpc
301
302
ifneq ($(RUST),0)
0 commit comments