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.
1 parent 4a31423 commit 20606daCopy full SHA for 20606da
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