summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-15 16:53:26 +0100
committerdavidovski <david@davidovski.xyz>2022-05-15 16:53:26 +0100
commited999a9d0f079c348275aa5f55b6a106c6905ee8 (patch)
treee6fcda5efac7ee029e85b89f602ec6f8c5c7f4a5 /Makefile
parent1e82997daab7c302c8b90ebc57b1cce5bd55a518 (diff)
added xituiv1.4.0
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