Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ CLN_REST_PLUGIN_SRC = $(shell find plugins/rest-plugin/src -name "*.rs")
target/${RUST_PROFILE}/cln-grpc: ${CLN_PLUGIN_SRC} ${CLN_GRPC_PLUGIN_SRC} $(MSGGEN_GENALL) $(MSGGEN_GEN_ALL)
cargo build ${CARGO_OPTS} --bin cln-grpc
target/${RUST_PROFILE}/clnrest: ${CLN_REST_PLUGIN_SRC}
@if [ -d "plugins/clnrest" ]; then rm -rf plugins/clnrest; fi
cargo build ${CARGO_OPTS} --bin clnrest

ifneq ($(RUST),0)
Expand Down
Loading