From 596df19371efd641ae1184856df9b482c902f04b Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Sun, 10 Aug 2025 14:41:33 +0200 Subject: [PATCH] e Signed-off-by: GnomeZworc --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f4a5bc2..5c8dc60 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ BUILD := $(shell git rev-parse HEAD) LDFLAGS=-ldflags "-X main.Version=${VERSION} -X main.Build=${BUILD}" -.PHONY: all build +.PHONY: all build_password publish_password -all: build +all: build_password publish_password build_password: $(foreach GOOS, ${OS},\