diff options
-rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ install-colors: src/colors.list install-glyphs: src/glyphs.sh install -m755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib -check-parseconf: src/shtests.sh ./test/parseconf.sh - src/shtests.sh ./test/parseconf.sh +check-parseconf: ${DESTDIR}${PREFIX}/bin/shtests ./test/parseconf.sh + ${DESTDIR}${PREFIX}/bin/shtests ./test/parseconf.sh build-hbar: src/hbar.c install-colors mkdir -p bin |