Skip to content

Commit

Permalink
Update Maven binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldekloe committed Apr 6, 2017
1 parent 4c6f022 commit 54563b4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ bench: install
build:
GOARCH=amd64 GOOS=linux go build -o build/colf-linux ./cmd/colf
GOARCH=amd64 GOOS=darwin go build -o build/colf-darwin ./cmd/colf
GOARCH=amd64 GOOS=openbsd go build -o build/colf-openbsd ./cmd/colf
GOARCH=amd64 GOOS=windows go build -o build/colf.exe ./cmd/colf

.PHONY: clean
Expand Down
Binary file modified java/maven/src/main/resources/amd64/colf-darwin
Binary file not shown.
Binary file modified java/maven/src/main/resources/amd64/colf-linux
Binary file not shown.
Binary file modified java/maven/src/main/resources/amd64/colf-openbsd
Binary file not shown.
Binary file modified java/maven/src/main/resources/amd64/colf.exe
Binary file not shown.

0 comments on commit 54563b4

Please sign in to comment.