summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-07 12:18:28 +0000
committerdavidovski <david@davidovski.xyz>2022-03-07 12:18:28 +0000
commit695b19aa71cb7a87c2f24cdcac393e82435601f8 (patch)
tree4a0941ca86811c735bb31fb35d2c0b829584f117
parentc20695647f0f56623d3ecb73d8835efc28e9bc40 (diff)
using already installed shtests
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85563f4..20aee82 100755
--- a/Makefile
+++ b/Makefile
@@ -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