Skip to content

Commit 9f582c2

Browse files
committed
Makefile: hardcode the binary output
1 parent 7d57f55 commit 9f582c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gocoverage:
3636
make gotest GO_TEST_EXTRA_FLAGS="-coverprofile=coverage.txt -covermode=atomic"
3737

3838
build:
39-
go build -mod=readonly
39+
go build -mod=readonly -o video-transcoding-api
4040

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

0 commit comments

Comments
 (0)