Skip to content

Commit

Permalink
Missing go flags and correct binary to run go
Browse files Browse the repository at this point in the history
  • Loading branch information
asergeyev committed Feb 16, 2015
1 parent d9d15bb commit b1b7588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ out/$(RELEASE_VERSION)/%/websocketd out/$(RELEASE_VERSION)/%/websocketd.exe: $(G
$(call msg,"Compiling release for $*")
rm -f $@
mkdir -p $(dir $@)
go get golang.org/x/net/websocket
go test github.com/joewalnes/websocketd/libwebsocketd
$(FLAGS_$*) $(GO_DIR)/go/bin/go get golang.org/x/net/websocket
$(FLAGS_$*) $(GO_DIR)/go/bin/go test github.com/joewalnes/websocketd/libwebsocketd
$(FLAGS_$*) $(GO_DIR)/go/bin/go build -ldflags "-X main.version $(RELEASE_VERSION)" -o out/$(RELEASE_VERSION)/$*/websocketd$(EXTENSION_$*) $(wildcard ../*.go)
touch $@

Expand Down

0 comments on commit b1b7588

Please sign in to comment.