diff options
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |