Skip to content

Commit

Permalink
Makefile: hardcode the binary output
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jul 27, 2019
1 parent 7d57f55 commit 9f582c2
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 @@ -36,7 +36,7 @@ gocoverage:
make gotest GO_TEST_EXTRA_FLAGS="-coverprofile=coverage.txt -covermode=atomic"

build:
go build -mod=readonly
go build -mod=readonly -o video-transcoding-api

run: build
HTTP_PORT=$(HTTP_PORT) APP_LOG_LEVEL=$(LOG_LEVEL) ./video-transcoding-api

0 comments on commit 9f582c2

Please sign in to comment.