summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-15 18:17:44 +0100
committerdavidovski <david@davidovski.xyz>2022-05-15 18:17:44 +0100
commitf41fac9c90011c8c8605ba77a707593d52b750ae (patch)
tree450f3f358fddde2634fe3fb46af49c5b1c920659 /Makefile
parent2cc91fe26563b2726da24ecf6fd2a1d11f4aa89a (diff)
added xilib for some extra functionsv1.4.2
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3892e3f..d5a2718 100755
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ DIST=dist
.DEFAULT_GOAL := build
-install: install-hbar install-colors install-parseconf install-shtests install-glyphs install-xitui
+install: install-hbar install-colors install-parseconf install-shtests install-glyphs install-xitui install-xilib
check: check-parseconf
build: make-dist hbar shtests parseconf colors
@@ -36,6 +36,8 @@ install-glyphs: src/glyphs.sh
install-xitui: src/xitui.sh
install -Dm755 src/xitui.sh ${DESTDIR}${PREFIX}/lib
+install-xilib: src/xilib.sh
+ install -Dm755 src/xilib.sh ${DESTDIR}${PREFIX}/lib
check-parseconf: shtests parseconf test/parseconf.sh
${DIST}/shtests ./test/parseconf.sh