From 91d2350fd8cc14a6ecf184a03cbf0da3b441ac69 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 7 Mar 2022 12:12:20 +0000 Subject: removed redundant -v option from mkdir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.1