mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
Makefile: fix check-gen-update to diff *all* files.
This would have caught the missing man page change! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
e6db0eafc2
commit
1e24d4a0a0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -589,7 +589,7 @@ CHECK_GEN_ALL = \
|
|||
|
||||
check-gen-updated: $(CHECK_GEN_ALL)
|
||||
@echo "Checking for generated files being changed by make"
|
||||
git diff --exit-code HEAD $?
|
||||
git diff --exit-code HEAD
|
||||
|
||||
coverage/coverage.info: check pytest
|
||||
mkdir coverage || true
|
||||
|
|
Loading…
Add table
Reference in a new issue