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 b5f8474 + 71f7261 commit 2c368c2Copy full SHA for 2c368c2
Makefile
@@ -1,7 +1,7 @@
1
2
NAME := volt
3
SRC := $(shell find . -type d -name 'vendor' -prune -o -type f -name '*.go' -print)
4
-VERSION := $(shell sed -n -E 's/var voltVersion string = "([^"]+)"/\1/p' cmd/version.go)
+VERSION := $(shell sed -n -E 's/var voltVersion = "([^"]+)"/\1/p' cmd/version.go)
5
RELEASE_LDFLAGS := -s -w -extldflags '-static'
6
RELEASE_OS := linux windows darwin
7
RELEASE_ARCH := amd64 386
0 commit comments