Add comment about regenerating peg files.

Change-Id: I0d1b4ebb291b19bf549f863a1aaaa07e770328a9
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/58505
Reviewed-by: Bob Beck <bbe@google.com>
Commit-Queue: Bob Beck <bbe@google.com>
This commit is contained in:
Adam Langley
2023-03-31 21:43:54 +00:00
committed by Boringssl LUCI CQ
parent 58472cc752
commit bc49415aec
+7
View File
@@ -16,6 +16,13 @@
# https://github.com/pointlander/peg. delocate.go has a go:generate line for
# rebuilding delocate.peg.go from this file.
# To regenerate delocate.peg.go:
#
# go install github.com/pointlander/peg@latest
# ~/go/bin/peg <path-to-this-file>
#
# this will generate delocate.peg.go next to delocate.peg.
package main
type Asm Peg {}