From e197b62585b15fbe89261922d288bbb901cd0e33 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 16 Feb 2022 22:34:13 +0000 Subject: added glyphs.sh library --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ce131f9..a73c92b 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PREFIX=/usr .DEFAULT_GOAL := build -install: install-hbar install-colors install-parseconf install-shtests +install: install-hbar install-colors install-parseconf install-shtests install-glyphs build: build-hbar install-headers: src/*.h @@ -27,6 +27,9 @@ install-hbar: build-hbar install-colors: src/colors.list sh src/generate_colors.sh ${DESTDIR}${PREFIX} src/colors.list +install-glyphs: src/glyphs.sh + install -m755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib + check-parseconf: shtests ./test/parseconf.sh -- cgit v1.2.1