summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a73c92b..8cba2c4 100755
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,6 @@ install-glyphs: src/glyphs.sh
check-parseconf:
shtests ./test/parseconf.sh
-
build-hbar: src/hbar.c install-colors
mkdir -pv bin
${CC} src/hbar.c -o bin/hbar ${FLAGS}