We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dc718 commit c7b2bedCopy full SHA for c7b2bed
1 file changed
Makefile
@@ -10,7 +10,7 @@ build:
10
11
compile:
12
@rm -rf build/
13
- @gox -ldflags "-X main.Version $(VERSION)" \
+ @gox -ldflags "-X main.Version=$(VERSION)" \
14
-os="darwin" \
15
-os="linux" \
16
-os="windows" \
@@ -19,7 +19,7 @@ compile:
19
./...
20
21
install:
22
- go install -ldflags "-X main.Version $(VERSION)"
+ go install -ldflags "-X main.Version=$(VERSION)"
23
24
deps:
25
go get github.com/c4milo/github-release
0 commit comments