Skip to content

Commit

Permalink
modify makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
flike committed Feb 26, 2017
1 parent ed894b5 commit 069e2f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build: kingshard
goyacc:
go build -o ./bin/goyacc ./vendor/golang.org/x/tools/cmd/goyacc
kingshard: goyacc
goyacc -o ./sqlparser/sql.go ./sqlparser/sql.y
./bin/goyacc -o ./sqlparser/sql.go ./sqlparser/sql.y
gofmt -w ./sqlparser/sql.go
@bash genver.sh
go build -o ./bin/kingshard ./cmd/kingshard
Expand Down
4 changes: 2 additions & 2 deletions core/hack/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package hack

const (
Version = "2017-02-12 11:17:45 +0800 @4ed842d"
Compile = "2017-02-26 12:15:39 +0800 by go version go1.8 darwin/amd64"
Version = "2017-02-26 12:16:42 +0800 @ed894b5"
Compile = "2017-02-26 12:23:10 +0800 by go version go1.8 darwin/amd64"
)

0 comments on commit 069e2f4

Please sign in to comment.