Files
palladum-lightning/plugins/wss-proxy-plugin/Makefile
daywalker90 2e7181d04f wss-proxy: replaced by a rust version
Changelog-Changed: wss-proxy.py was replaced by a rust version with support for multiple `wss-bind-addr`. If you install CLN from pre-compiled binaries you must remove the old wss-proxy directory first before installing CLN, usually
it is located in `/usr/local/libexec/c-lightning/plugins/wss-proxy`. If you compile from source `make` will take care of this automatically.
2025-07-24 12:42:06 -07:00

9 lines
167 B
Makefile

clnwssproxy-wrongdir:
$(MAKE) -C ../.. clnwssproxy-all
clnwssproxy_EXAMPLES :=
DEFAULT_TARGETS += $(clnwssproxy_EXAMPLES)
clnwssproxy-all: ${clnwssproxy_EXAMPLES}