build: Only build once for core-dev

This commit is contained in:
James Nugent 2016-04-26 17:02:47 -05:00
parent 3c774af9c2
commit 0c56144d7f
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ quickdev: generate
# changes will require a rebuild of everything, in which case the dev
# target should be used.
core-dev: generate
go install github.com/hashicorp/terraform
go install -tags 'core' github.com/hashicorp/terraform
# Shorthand for quickly testing the core of Terraform (i.e. "not providers")