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 2e87dfc..266861e 100755
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ check-parseconf:
shtests ./test/parseconf.sh
build-hbar: src/hbar.c install-colors
- mkdir -pv bin
+ mkdir -p bin
${CC} src/hbar.c -o bin/hbar ${FLAGS}
clean: