summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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