summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1e10e2..e781070 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ GOFLAGS?=-tags netgo \
 getwtxt: getwtxt.go go.mod go.sum
 	@echo
 	@echo Building getwtxt. This may take a minute or two.
-	@mkdir logs
+	@mkdir -p logs
 	go build $(GOFLAGS) \
 		-o $@
 	@echo