From 00abdcdcba8f13b323d60409f33f2eeda3c171ef Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 19 Mar 2022 22:19:36 +0000 Subject: added unicode character counting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6fa1eee..882e481 100755 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ install-glyphs: src/glyphs.sh check-parseconf: install-shtests test/parseconf.sh ${DESTDIR}${PREFIX}/bin/shtests ./test/parseconf.sh -build-hbar: src/hbar.c install-colors +build-hbar: src/hbar.c mkdir -p bin ${CC} src/hbar.c -o bin/hbar ${FLAGS} -- cgit v1.2.1