diff options
-rwxr-xr-x | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ PREFIX=/usr .DEFAULT_GOAL := build install: install-hbar install-colors install-parseconf install-shtests install-glyphs +check: check-parseconf build: build-hbar install-headers: src/*.h @@ -30,6 +31,7 @@ install-colors: src/colors.list install-glyphs: src/glyphs.sh install -m755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib + check-parseconf: shtests ./test/parseconf.sh |