From 2e5e0b61b2bba81c3d835c25c439a2c9ba92f01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 16 Apr 2024 13:09:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a8444ff..eb424c6 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,9 @@ release-openbsd: strip release/${NAME}-${VERSION}-openbsd-amd64 release-freebsd: - ${CC} ${CFLAGS} -o release/${NAME}-${version}-freebsd-amd64 ${FILES} \ + ${CC} ${CFLAGS} -o release/${NAME}-${VERSION}-freebsd-amd64 ${FILES} \ -static -lgpgme -lcrypto -lc -lassuan -lgpg-error -lthr -lintl - strip release/${NAME}-${VERSION}-linux-amd64 + strip release/${NAME}-${VERSION}-freebsd-amd64 release-linux: ${CC} ${CFLAGS} -o release/${NAME}-${VERSION}-linux-amd64 ${FILES} \