Skip to content

Commit

Permalink
Update v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daichirata committed Dec 13, 2019
1 parent af3328a commit ab08822
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
@@ -1,4 +1,4 @@
VERSION := 0.1.0
VERSION := 0.1.1
BIN_NAME := hammer

GOFLAGS := -tags netgo -installsuffix netgo -ldflags '-w -s --extldflags "-static"'
Expand All @@ -9,7 +9,7 @@ all: bin/$(BIN_NAME)
bin/$(BIN_NAME): $(GOFILES)
go build $(GOFLAGS) -o $@ .

build-cross:
build-cross: clean
GOOS=linux GOARCH=amd64 go build $(GOFLAGS) -o dist/$(BIN_NAME)_$(VERSION)_amd64_linux
GOOS=darwin GOARCH=amd64 go build $(GOFLAGS) -o dist/$(BIN_NAME)_$(VERSION)_amd64_darwin

Expand Down

0 comments on commit ab08822

Please sign in to comment.