diff --git a/Makefile b/Makefile index 4648ef234..f98d6a5f0 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ dev: fmtcheck generate @TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'" quickdev: generate - @TF_QUICKDEV=1 TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'" + @TF_DEV=1 sh -c "'$(CURDIR)/scripts/build.sh'" # Shorthand for quickly building the core of Terraform. Note that some # changes will require a rebuild of everything, in which case the dev