Skip to content

Commit

Permalink
updates makefile build step
Browse files Browse the repository at this point in the history
  • Loading branch information
tgallant committed Jul 19, 2021
1 parent 6c8660a commit 6ddf53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAIN_PATH=cmd/db2jsonschema/main.go
.PHONY: build test clean

build:
go build -o ${BINARY_NAME} ${MAIN_PATH}
go build -v -o ${BINARY_NAME} ${MAIN_PATH}

test:
go test -v ./...
Expand Down

0 comments on commit 6ddf53b

Please sign in to comment.