Skip to content

Commit

Permalink
plugins: Delete old clnrest directory from plugins
Browse files Browse the repository at this point in the history
Changelog-None.
  • Loading branch information
ShahanaFarooqui authored and rustyrussell committed Feb 10, 2025
1 parent 2448c80 commit 7a1b126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ endif
# This is non-python plugins (PY_PLUGINS need their whole directory!)
PLUGINS := $(C_PLUGINS)

# Remove clnrest directory if exists which is the old python plugin code
$(shell test -d plugins/clnrest && $(RM) -r plugins/clnrest || true)

ifneq ($(RUST),0)
# Builtin plugins must be in this plugins dir to work when we're executed
# *without* make install.
Expand Down

0 comments on commit 7a1b126

Please sign in to comment.