From 9a82bbdf22a8fbab40fcc6d4516b81daac628322 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 7 Mar 2022 12:20:04 +0000 Subject: fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1