build: Only build once for core-dev
This commit is contained in:
parent
3c774af9c2
commit
0c56144d7f
1
Makefile
1
Makefile
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue