mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-20 13:27:36 +02:00
wire-gen: move in-house wire delcarations to new format
tidying things up!
This commit is contained in:
parent
236d26308f
commit
32eaae0cb9
23 changed files with 703 additions and 698 deletions
2
Makefile
2
Makefile
|
|
@ -184,8 +184,8 @@ ALL_GEN_HEADERS += gen_version.h
|
|||
|
||||
CDUMP_OBJS := ccan-cdump.o ccan-strmap.o
|
||||
|
||||
WIRE_GEN := tools/generate-wire.py
|
||||
BOLT_GEN := tools/generate-bolts.py
|
||||
WIRE_GEN := $(BOLT_GEN)
|
||||
BOLT_DEPS := $(BOLT_GEN)
|
||||
|
||||
ALL_PROGRAMS =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue