From 8205794e7bfbfb5e335ca2920fa8a4c6958120d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Fri, 13 Mar 2026 01:04:55 +0100 Subject: [PATCH] Update Makefile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42c3178..24f54bc 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ build: CGO_ENABLED=0 go build \ -ldflags "-X main.version=$(VERSION) -X main.commit=$(COMMIT)" \ -gcflags "-trimpath $(GOPATH)/src" \ - -o mark \ + -o $(NAME) \ ./cmd/mark test: