We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a31423 + 20606da commit 3887491Copy full SHA for 3887491
Makefile
@@ -14,7 +14,7 @@ BINDIR ?= $(PREFIX)/bin
14
BINARY = $(addprefix bin/,finch-daemon)
15
16
PACKAGE := github.com/runfinch/finch-daemon
17
-VERSION := $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags)
+VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.modified' --always --tags)
18
GITCOMMIT := $(shell git rev-parse HEAD)$(shell if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi)
19
20
ifndef GODEBUG
0 commit comments