Skip to content

Commit

Permalink
Reduces supported platforms to only darwin, linux and windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Sep 12, 2015
1 parent c781837 commit bcc9cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GHACCOUNT := hooklift
NAME := gowsdl
VERSION := v0.1.0
VERSION := v0.1.1

include common.mk

Expand Down
3 changes: 1 addition & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ compile:
@gox $(LDFLAGS) \
-os="darwin" \
-os="linux" \
-os="solaris" \
-os="freebsd" \
-os="windows" \
-output "build/$(NAME)_$(VERSION)_{{.OS}}_{{.Arch}}/$(NAME)" \
./...

Expand Down

0 comments on commit bcc9cd0

Please sign in to comment.