From 690c50754b9825984b0cdfeaa9d8db6f08a4a441 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Fri, 27 Sep 2019 10:27:25 -0500 Subject: [PATCH] Pull the TARGET_ENV variable from the environment first in the main Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c8bb4f..2a0d667 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION:=$(shell git describe --always) -TARGET_ENV=dev +TARGET_ENV?=dev build: dist/personal-measure-api.tar.gz dist/personal-measure-web.tar.gz