Skip to content

Commit

Permalink
Release v2.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apflieger committed Jul 11, 2017
1 parent 2325ee5 commit 05ad486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ uninstall:
rm $(htmldir)/git-octopus.html
rm $(htmldir)/git-conflict.html

go-build = GOOS=$(1) GOARCH=$(2) go build -o git-octopus-$(1)-$(2)-2.0.beta2
go-build = GOOS=$(1) GOARCH=$(2) go build -o git-octopus-$(1)-$(2)-2.0.beta3

go-cross-compile:
$(call go-build,darwin,386)
Expand Down

0 comments on commit 05ad486

Please sign in to comment.