summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5b606a..a14fe12 100755
--- a/Makefile
+++ b/Makefile
@@ -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