Merge pull request #138 from jose-bigio/fix_Makefile_var
Merged with https://github.com/seemethere/unir Upstream-commit: d7f8fe075d4bd078afbd71e5d29c2f2a3dae4ce7 Component: packaging
This commit is contained in:
@ -4,7 +4,7 @@ CLI_DIR:=$(CURDIR)/../cli
|
||||
VERSION?=0.0.0-dev
|
||||
DOCKER_GITCOMMIT:=abcdefg
|
||||
ARCH=$(shell uname -m)
|
||||
STATIC_VERSION=$(shell ../static/gen-static-ver $(ENGINE_DIR) $(VERSION))
|
||||
STATIC_VERSION=$(shell static/gen-static-ver $(ENGINE_DIR) $(VERSION))
|
||||
GO_VERSION:=1.10.3
|
||||
|
||||
# Taken from: https://www.cmcrossroads.com/article/printing-value-makefile-variable
|
||||
|
||||
Reference in New Issue
Block a user