remove -switch option from peg generator

This commit is contained in:
Matt Jaffee 2018-06-13 07:03:30 -05:00
parent 3656bc83a0
commit c66cb59f1d
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF
2 changed files with 552 additions and 559 deletions

View file

@ -93,7 +93,7 @@ generate-stringer:
go generate github.com/pilosa/pilosa
generate-pql: require-peg
cd pql && peg -inline -switch pql.peg && cd ..
cd pql && peg -inline pql.peg && cd ..
# `go generate` all needed packages
generate: generate-protoc generate-stringer generate-pql

File diff suppressed because it is too large Load diff