Skip to content

Commit

Permalink
Makefile: ensure that cln-grpc depends on msggen generated rust files.
Browse files Browse the repository at this point in the history
Changelog-None
  • Loading branch information
daywalker90 authored and rustyrussell committed Nov 28, 2024
1 parent 020bd97 commit 36ad654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ CLN_PLUGIN_EXAMPLES := \
CLN_PLUGIN_SRC = $(shell find plugins/src -name "*.rs")
CLN_GRPC_PLUGIN_SRC = $(shell find plugins/grpc-plugin/src -name "*.rs")

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)
cargo build ${CARGO_OPTS} --bin cln-grpc

ifneq ($(RUST),0)
Expand Down

0 comments on commit 36ad654

Please sign in to comment.