]> Nishi Git Mirror - odl.git/commitdiff
ごめん
author諏訪子 <suwako@076.moe>
Tue, 16 Jul 2024 03:07:29 +0000 (12:07 +0900)
committer諏訪子 <suwako@076.moe>
Tue, 16 Jul 2024 03:07:29 +0000 (12:07 +0900)
Makefile

index ffceb4fc8ebfb352a11873c5f213d5b1a6beb330..1f0e873ab3ba85b6fe3c552aaabffcc79fdbb183 100644 (file)
--- 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: