diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -8,7 +8,7 @@ DIST=dist .DEFAULT_GOAL := build -install: install-hbar install-colors install-parseconf install-shtests install-glyphs +install: install-hbar install-colors install-parseconf install-shtests install-glyphs install-xitui check: check-parseconf build: make-dist hbar shtests parseconf colors @@ -34,6 +34,9 @@ install-colors: src/colors.list install-glyphs: src/glyphs.sh install -Dm755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib +install-xitui: src/xitui.sh + install -Dm755 src/xitui.sh ${DESTDIR}${PREFIX}/lib + check-parseconf: shtests parseconf test/parseconf.sh ${DIST}/shtests ./test/parseconf.sh |