mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 23:04:35 +01:00
devtools/bolt11-cli: simple helper to decode bolt11.
Can be extended to encode later, for example. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
45f5bb7fac
commit
1648eb548a
1
Makefile
1
Makefile
@@ -164,6 +164,7 @@ include lightningd/Makefile
|
||||
include cli/Makefile
|
||||
include test/Makefile
|
||||
include doc/Makefile
|
||||
include devtools/Makefile
|
||||
|
||||
# Git doesn't maintain timestamps, so we only regen if git says we should.
|
||||
CHANGED_FROM_GIT = [ x"`git log $@ | head -n1`" != x"`git log $< | head -n1`" -o x"`git diff $<`" != x"" ]
|
||||
|
||||
Reference in New Issue
Block a user