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.
clnrest
1 parent 2448c80 commit 7a1b126Copy full SHA for 7a1b126
plugins/Makefile
@@ -137,6 +137,9 @@ endif
137
# This is non-python plugins (PY_PLUGINS need their whole directory!)
138
PLUGINS := $(C_PLUGINS)
139
140
+# Remove clnrest directory if exists which is the old python plugin code
141
+$(shell test -d plugins/clnrest && $(RM) -r plugins/clnrest || true)
142
+
143
ifneq ($(RUST),0)
144
# Builtin plugins must be in this plugins dir to work when we're executed
145
# *without* make install.
0 commit comments