Skip to content

Commit

Permalink
Clean up linux build target
Browse files Browse the repository at this point in the history
  • Loading branch information
csfrancis committed Sep 25, 2024
1 parent 017f5e6 commit 70d9926
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 @@ -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:
Expand Down

0 comments on commit 70d9926

Please sign in to comment.