Skip to content

Commit

Permalink
Removes go linker warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Aug 21, 2015
1 parent 34dc718 commit c7b2bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:

compile:
@rm -rf build/
@gox -ldflags "-X main.Version $(VERSION)" \
@gox -ldflags "-X main.Version=$(VERSION)" \
-os="darwin" \
-os="linux" \
-os="windows" \
Expand All @@ -19,7 +19,7 @@ compile:
./...

install:
go install -ldflags "-X main.Version $(VERSION)"
go install -ldflags "-X main.Version=$(VERSION)"

deps:
go get github.com/c4milo/github-release
Expand Down

0 comments on commit c7b2bed

Please sign in to comment.