diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-19 20:14:02 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-19 20:14:02 +0900 |
commit | 5708db2ffff3592f58107d50716a52ac9adff301 (patch) | |
tree | ddd5cc95e3f3eb4e2e0f73f5b3eb49c046a401c3 /Makefile | |
parent | e3be3b6c71eac6fa09275716417cb97d8e4d68b9 (diff) |
.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ release: -static ${LDFLAGS} strip release/bin/${NAME}-${VERSION}-${OS}-${UNAME_M} -install: all +install: mkdir -p ${DESTDIR}${PREFIX}/bin cp -f ${NAME} ${DESTDIR}${PREFIX}/bin chmod 755 ${DESTDIR}${PREFIX}/bin/${NAME} |