Skip to content

Commit

Permalink
fix: add cmaf-ingest-receiver to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkzjw authored and tobbee committed Dec 10, 2024
1 parent f912d15 commit bdc9812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
all: test check coverage build

.PHONY: build
build: livesim2 dashfetcher
build: livesim2 dashfetcher cmaf-ingest-receiver

.PHONY: prepare
prepare:
go mod vendor

livesim2 dashfetcher:
livesim2 dashfetcher cmaf-ingest-receiver:
go build -ldflags "-X github.com/Dash-Industry-Forum/livesim2/internal.commitVersion=$$(git describe --tags HEAD) -X github.com/Dash-Industry-Forum/livesim2/internal.commitDate=$$(git log -1 --format=%ct)" -o out/$@ ./cmd/$@/main.go

forlinux: prepare
Expand Down

0 comments on commit bdc9812

Please sign in to comment.