mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 08:04:23 +01:00
Makefile: only erase protobuf and PDF files with maintainer-clean.
Reported-by: Anthony Towns Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
4
Makefile
4
Makefile
@@ -178,6 +178,10 @@ update-ccan:
|
||||
distclean: clean
|
||||
$(MAKE) -C secp256k1/ distclean || true
|
||||
$(RM) libsecp256k1.a
|
||||
|
||||
maintainter-clean: distclean
|
||||
@echo 'This command is intended for maintainers to use; it'
|
||||
@echo 'deletes files that may need special tools to rebuild.'
|
||||
$(RM) lightning.pb-c.c lightning.pb-c.h ccan/config.h gen_version.h
|
||||
$(RM) doc/deployable-lightning.pdf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user