]> Nishi Git Mirror - sp.git/commitdiff
Linux向けのリリースコマンドの追加 12/head
author諏訪子 <suwako@076.moe>
Tue, 16 Apr 2024 03:30:37 +0000 (12:30 +0900)
committer諏訪子 <suwako@076.moe>
Tue, 16 Apr 2024 03:30:37 +0000 (12:30 +0900)
CHANGELOG.md
Makefile

index 5c8a80677b13f43c6ca7c6a6ae572d93b80bbe9e..e6880e2f6d85ad138183fe592563dedfbc76515e 100644 (file)
@@ -3,6 +3,7 @@
 * GNU Make → BSD Make
 * GPLv2 → ISC
 * OpenBSD向けのリリースコマンドの追加
+* Linux向けのリリースコマンドの追加
 
 # 1.2.0
 * やっとTOTP機能性を修正した
index 3717ca8a82c319c662a9eff401bfad8a8dfb718d..bb9b293c9ccfcc01a1bd877d059c4fd296ccf5d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,10 @@ release-openbsd:
        ${CC} ${CFLAGS} -o ${NAME}-${VERSION}-openbsd-amd64 ${FILES} -static -lgpgme -lcrypto -lc -lassuan -lgpg-error -lintl -liconv
        strip ${NAME}
 
+release-linux:
+       ${CC} ${CFLAGS} -o ${NAME}-${VERSION}-linux-amd64 ${FILES} -static -lgpgme -lcrypto -lc -lassuan -lgpg-error
+       strip ${NAME}
+
 install: all
        mkdir -p ${DESTDIR}${PREFIX}/bin
        cp -f ${NAME} ${DESTDIR}${PREFIX}/bin