Pull the TARGET_ENV variable from the environment first in the main Makefile.

This commit is contained in:
Jonathan Bernard 2019-09-27 10:27:25 -05:00
parent d205bd3a37
commit 690c50754b

View File

@ -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