We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68119a2 commit de80893Copy full SHA for de80893
wire/Makefile
@@ -58,8 +58,7 @@ BOLT12_PATCHES := $(sort $(wildcard wire/extracted_bolt12*.patch))
58
# Explicit command to re-extract CSV from BOLTs and patch.
59
# This is not a normal make depencency, since we don't want this
60
# called implicitly.
61
-# Note: You will need to run extract-bolt12-csv manually!
62
-extract-bolt-csv: extract-peer-csv extract-onion-csv
+extract-bolt-csv: extract-peer-csv extract-onion-csv extract-bolt12-csv
63
64
extract-peer-csv: wire/peer_wire.csv.raw
65
@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