mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
Makefile: remove plugins/sql-schema_gen.h and plugins on make clean
Reported-by: @chrisguida Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
ShahanaFarooqui
parent
2de5b84370
commit
2c9b043be9
@@ -243,4 +243,9 @@ ifneq ($(RUST),0)
|
||||
DEFAULT_TARGETS += $(CLN_PLUGIN_EXAMPLES) plugins/cln-grpc
|
||||
endif
|
||||
|
||||
clean: plugins-clean
|
||||
plugins-clean:
|
||||
$(RM) $(PLUGINS) $(CLN_PLUGIN_EXAMPLES)
|
||||
$(RM) plugins/sql-schema_gen.h
|
||||
|
||||
include plugins/test/Makefile
|
||||
|
||||
Reference in New Issue
Block a user