Fix automated git version pull in Makefile

master v0.1.3
Jason T. Lenz 3 years ago
parent a39eec3a4f
commit 1d983929bc

@ -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