Place the full command to "cmd" package
This changed some variables access and the Makefile to build from "./cmd" direcoty.
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ 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)'" .
|
||||
BLD_CMD=go build -o katenary -ldflags="-X 'main.Version=$(VERSION)'" ./cmd/*.go
|
||||
GOOS=linux
|
||||
GOARCH=amd64
|
||||
|
||||
|
Reference in New Issue
Block a user