summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-19 22:19:36 +0000
committerdavidovski <david@davidovski.xyz>2022-03-19 22:19:36 +0000
commit00abdcdcba8f13b323d60409f33f2eeda3c171ef (patch)
treed11a6f19742f54c17f8173d7bc0403b1db95cf76 /Makefile
parent5b5f3e9e87ec29eddad45e4127ac068c0ce292fb (diff)
added unicode character counting
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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}