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-8d61e22c21102417d0f90d149f58db65d3f64233.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
K. Agaram <vc@akkartik.com> 2015-02-01 00:15:43 -0800 690 - convention: '$' commands for debugging only' href='/akkartik/mu/commit/stdin.mu?h=hlt&id=7d2c2d55e83325a5efb66af0a033b94583fca70e'>7d2c2d55 ^
337a099d ^
5b698455 ^
337a099d ^
7d2c2d55 ^




337a099d ^

337a099d ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27