diff --git a/GNUmakefile b/GNUmakefile index 492dbb6..46d7c6e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,6 +6,8 @@ WEBSITE_REPO=github.com/hashicorp/terraform-website default: build build: fmtcheck + go get github.com/kardianos/govendor + tools/build.sh go install test: fmtcheck