Fix automated version pull from git

master v0.1.2
Jason T. Lenz 2 years ago
parent 63bd44a01b
commit 17a18a70ff
  1. 2
      Makefile

@ -33,7 +33,7 @@ BINDIR ?= $(_INSTDIR)/bin
GO ?= go
GOFLAGS ?=
VERSION != git describe --first-parent 2> /dev/null
VERSION != git describe --tags 2> /dev/null
GOSRC != find . -name '*.go'

Loading…
Cancel
Save