From f289d62b93beab45a8c81151158a60e183969edc Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Tue, 3 Dec 2024 12:55:37 -0800 Subject: [PATCH] fix: add cmaf-ingest-receiver to Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0b977b9..c444b3a 100644 --- a/Makefile +++ b/Makefile @@ -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