summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-07 12:12:20 +0000
committerdavidovski <david@davidovski.xyz>2022-03-07 12:12:20 +0000
commit91d2350fd8cc14a6ecf184a03cbf0da3b441ac69 (patch)
treecec192c055c418e30f6ff8000112dc5ff1f2ac68
parent4396e109feb8f82bfc1d2193a448a7e3ee79a7f7 (diff)
removed redundant -v option from mkdirv1.1.1
-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: