From 56f888b6c8c7567bc63ae7f7d39536cc1b1e67fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 16 Jul 2024 12:07:29 +0900 Subject: [PATCH] =?utf8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffceb4f..1f0e873 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ man: release: mkdir -p release/bin/${VERSION}/${OS}/${UNAME_M} ${CC} ${CFLAGS} -o release/bin/${VERSION}/${OS}/${UNAME_M}/${NAME}\ - ${FILES} ${STATIC} + ${FILES} ${LDFLAGS} ${STATIC} strip release/bin/${VERSION}/${OS}/${UNAME_M}/${NAME} install: -- 2.43.0