Skip to content

Commit de80893

Browse files
committed
wire: extract bolt12 by default, now it's merged.
Signed-off-by: Rusty Russell <[email protected]>
1 parent 68119a2 commit de80893

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wire/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ BOLT12_PATCHES := $(sort $(wildcard wire/extracted_bolt12*.patch))
5858
# Explicit command to re-extract CSV from BOLTs and patch.
5959
# This is not a normal make depencency, since we don't want this
6060
# called implicitly.
61-
# Note: You will need to run extract-bolt12-csv manually!
62-
extract-bolt-csv: extract-peer-csv extract-onion-csv
61+
extract-bolt-csv: extract-peer-csv extract-onion-csv extract-bolt12-csv
6362

6463
extract-peer-csv: wire/peer_wire.csv.raw
6564
@set -e; T=wire/peer_wire.csv; trap "rm -f $$T.$$$$" 0; cp $< $$T.$$$$; for p in $(PEER_PATCHES); do echo APPLY $$p; patch $$T.$$$$ $$p; done; mv $$T.$$$$ $$T

0 commit comments

Comments
 (0)