diff options
author | davidovski <david@davidovski.xyz> | 2022-03-07 12:12:20 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-07 12:12:20 +0000 |
commit | 91d2350fd8cc14a6ecf184a03cbf0da3b441ac69 (patch) | |
tree | cec192c055c418e30f6ff8000112dc5ff1f2ac68 /Makefile | |
parent | 4396e109feb8f82bfc1d2193a448a7e3ee79a7f7 (diff) |
removed redundant -v option from mkdirv1.1.1
Diffstat (limited to 'Makefile')
-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: |