From 70d9926e8a785238a79ab24ced72825d3adacf92 Mon Sep 17 00:00:00 2001 From: Scott Francis Date: Wed, 25 Sep 2024 07:33:02 -0400 Subject: [PATCH] Clean up linux build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87a9231..66b8c73 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: clean .PHONY: linux linux: clean dist - GOOS=linux GOARCH=arm64 go build -tags release -o dist/proxytv -ldflags "-X 'main.gitCommit=$(GIT_COMMIT)'"./cmd/main.go + GOOS=linux GOARCH=arm64 $(MAKE) build .PHONY: dist dist: