summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-12 22:17:00 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-12 22:17:00 -0400
commit8d61e22c21102417d0f90d149f58db65d3f64233 (patch)
treef2c585dc43f9bfd012ab34c5686d854d7d7652ed
parentd96a207bb67c57754cb72b5719136164f8b04a19 (diff)
downloadgetwtxt-0.4.1.tar.gz
bug in makefile fixed v0.4.1
-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