summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-07 12:20:04 +0000
committerdavidovski <david@davidovski.xyz>2022-03-07 12:20:04 +0000
commit9a82bbdf22a8fbab40fcc6d4516b81daac628322 (patch)
treecdc61500115708f3de82a814620da6578abb7f74
parent695b19aa71cb7a87c2f24cdcac393e82435601f8 (diff)
fixed makefile
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20aee82..6f25547 100755
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ install-colors: src/colors.list
install-glyphs: src/glyphs.sh
install -m755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib
-check-parseconf: ${DESTDIR}${PREFIX}/bin/shtests ./test/parseconf.sh
+check-parseconf: install-shtests test/parseconf.sh
${DESTDIR}${PREFIX}/bin/shtests ./test/parseconf.sh
build-hbar: src/hbar.c install-colors