From ed999a9d0f079c348275aa5f55b6a106c6905ee8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 15 May 2022 16:53:26 +0100 Subject: added xitui --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1