Skip to content

Commit

Permalink
Update makefile (matrixorigin#1017)
Browse files Browse the repository at this point in the history
Signed-off-by: jinhai <[email protected]>
  • Loading branch information
JinHai-CN authored Oct 27, 2021
1 parent 5f83b24 commit 29b308f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ config: cmd/generate-config/main.go cmd/generate-config/config_template.go cmd/g
build: cmd/db-server/main.go
@go generate ./pkg/sql/colexec/extend/overload
$(info [Build binary])
@go mod tidy
@go build -o $(BIN_NAME) cmd/db-server/main.go

# Building mo-server binary for debugging, it uses the latest MatrixCube from master.
Expand Down

0 comments on commit 29b308f

Please sign in to comment.