summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}