From 8ce2ebf8ffd9f5e0bf1070530ada9fd10ae1ae81 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 13 Feb 2022 18:18:33 +0000 Subject: fixed make from creating extra files --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4c2ad4c..ce131f9 100755 --- a/Makefile +++ b/Makefile @@ -12,13 +12,13 @@ build: build-hbar install-headers: src/*.h install -m644 src/*.h ${DESTDIR}${PREFIX}/include -install-shtests: src/shtests +install-shtests: src/shtests.sh install -m755 src/shtests.sh ${DESTDIR}${PREFIX}/bin/shtests -install-chroot: src/xichroot +install-chroot: src/xichroot.sh install -m755 src/xichroot.sh ${DESTDIR}${PREFIX}/bin/xichroot -install-parseconf: src/parseconf +install-parseconf: src/parseconf.sh install -m755 src/parseconf.sh ${DESTDIR}${PREFIX}/bin/parseconf install-hbar: build-hbar -- cgit v1.2.1