From ee0d42110b05ee7173c484a09889b876242f849e Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Wed, 12 Jun 2019 21:44:35 -0400 Subject: updated makefile with new logs directory --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f9a73e..f1e10e2 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +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 go build $(GOFLAGS) \ -o $@ @echo @@ -40,7 +41,7 @@ install: @echo @echo @echo Creating directories... - mkdir -p $(BINDIR)/assets/tmpl $(BINDIR)/docs + mkdir -p $(BINDIR)/assets/tmpl $(BINDIR)/docs $(BINDIR)/logs @echo @echo Copying files... install -m755 getwtxt $(BINDIR) -- cgit 1.4.1-2-gfad0