diff --git a/Makefile b/Makefile index 9a89742..b140321 100644 --- a/Makefile +++ b/Makefile @@ -159,6 +159,7 @@ OS := $(shell uname -o) CPU := $(shell uname -m) ver:=$(shell V=$$(git describe --tags --always); printf $${V} > ./VERSION.md; cat ./VERSION.md) rpm_ver := $(ver:-=_) +$(info ver is $(ver) and rpm_ver is $(rpm_ver)) GO_LDFLAGS="-X 'asvec/cmd.Version=$(ver)' -s -w" define _amddebscript ver=$(cat ./VERSION.md)