aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d455840a6..4f7d9b179 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ docker: deps
.PHONY: generate
generate: ../../mholt/caddy
+ go get $(BUILD_VERBOSE) golang.org/x/tools/go/ast/astutil
go generate $(BUILD_VERSOSE)
.PHONY: deps