From 3aaa7c4f1d0cb9c0aa9a9f692cd2b4434bc7687a Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Wed, 16 Oct 2024 13:31:26 -0600 Subject: [PATCH] makefile: small tweaks --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index bb8fa18..8b5f3cb 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,9 @@ release: ## goreleaser build $(call print-target) $(GOPATH)/bin/goreleaser build --clean --single-target --snapshot +.PHONY: binaries +binaries: build + .PHONY: build build: ## go build go build -v --tags=all -ldflags=$(LDFLAGS) -o $(NAME) main.go