Skip to content

Commit 7a1b126

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
plugins: Delete old clnrest directory from plugins
Changelog-None.
1 parent 2448c80 commit 7a1b126

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ endif
137137
# This is non-python plugins (PY_PLUGINS need their whole directory!)
138138
PLUGINS := $(C_PLUGINS)
139139

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+
140143
ifneq ($(RUST),0)
141144
# Builtin plugins must be in this plugins dir to work when we're executed
142145
# *without* make install.

0 commit comments

Comments
 (0)