vitess-gh/go/vt/sqlparser/Makefile

13 строки
262 B
Makefile
Исходник Обычный вид История

# Copyright 2012, Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can
# be found in the LICENSE file.
2012-02-25 11:30:03 +04:00
MAKEFLAGS = -s
2012-02-25 11:30:03 +04:00
sql.go: sql.y
go tool yacc -o sql.go sql.y
2012-08-15 23:12:32 +04:00
gofmt -w sql.go
clean:
rm -f y.output sql.go