github.com/matrixorigin/matrixone@v1.2.0/pkg/sql/parsers/dialect/postgresql/Makefile (about) 1 postgresql_sql.go: postgresql_sql.y 2 go run github.com/matrixorigin/matrixone/pkg/sql/parsers/goyacc -o postgresql_sql.go postgresql_sql.y 3 gofmt -w postgresql_sql.go 4 rm -f y.output 5 6 clean: 7 rm -f postgresql_sql.go