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