From 0c56144d7f39e694a9248a41c4c8e2db25af1a2e Mon Sep 17 00:00:00 2001 From: James Nugent Date: Tue, 26 Apr 2016 17:02:47 -0500 Subject: [PATCH] build: Only build once for core-dev --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a86936fa8..624d728ef 100644 --- a/Makefile +++ b/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")