diff options
author | davidovski <david@davidovski.xyz> | 2022-03-07 12:18:28 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-07 12:18:28 +0000 |
commit | 695b19aa71cb7a87c2f24cdcac393e82435601f8 (patch) | |
tree | 4a0941ca86811c735bb31fb35d2c0b829584f117 /Makefile | |
parent | c20695647f0f56623d3ecb73d8835efc28e9bc40 (diff) |
using already installed shtests
Diffstat (limited to 'Makefile')
-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 |