Skip to content

Commit

Permalink
Merge pull request #49 from rackn/makefile-tweak
Browse files Browse the repository at this point in the history
Add build tool calls in the makefile so that
  • Loading branch information
galthaus authored Jun 21, 2018
2 parents d9aac0f + 8e67257 commit 32dc541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32dc541

Please sign in to comment.