diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -31,9 +31,8 @@ install-colors: src/colors.list install-glyphs: src/glyphs.sh install -m755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib - -check-parseconf: - shtests ./test/parseconf.sh +check-parseconf: src/shtests.sh ./test/parseconf.sh + src/shtests.sh ./test/parseconf.sh build-hbar: src/hbar.c install-colors mkdir -p bin |