summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 664feb5..930261e 100644
--- a/Makefile
+++ b/Makefile
@@ -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}