diff --git a/Makefile b/Makefile index 5165cbd83..54a8d06d8 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ BUILDTAGS := # Populate version variables # Add to compile time flags -VERSION := $(shell git describe --tags) +VERSION?= $(shell git describe --tags) GITCOMMIT := $(shell git rev-parse --short HEAD) BUILDMETA:= GITUNTRACKEDCHANGES := $(shell git status --porcelain --untracked-files=no)