From: 諏訪子 Date: Tue, 16 Jul 2024 03:07:29 +0000 (+0900) Subject: ごめん X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=56f888b6c8c7567bc63ae7f7d39536cc1b1e67fd;p=odl.git ごめん --- 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: