From 93a06b52fb493f37f378d9e5991ab0afa01f6a4c Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 26 Jan 2022 09:44:23 +0100 Subject: [PATCH] Give a default value for GO var --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 33a4d1b..1405869 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ VERSION=$(shell git describe --exact-match --tags $(CUR_SHA) 2>/dev/null || echo CTN:=$(shell which podman 2>&1 1>/dev/null && echo "podman" || echo "docker") PREFIX=~/.local +GO=container BLD_CMD=go build -o katenary -ldflags="-X 'main.Version=$(VERSION)'" . .PHONY: help clean build