Skip to content

Commit

Permalink
compiled binaries added
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangMau committed Jan 20, 2018
1 parent 2cca47e commit f4c0a96
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.idea
build/
.idea
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ compile: check goxcompile

goxcompile: export CGO_ENABLED=1
goxcompile: dependencies
gox -arch -osarch 'linux/amd64' git status -output "$(BUILD_DIR)/{{.OS}}/$(NAME)/${TARGET}" .
gox -arch amd64 -os 'linux darwin' -osarch 'windows/386' -output "$(BUILD_DIR)/{{.OS}}/${TARGET}" .

clean:
@rm -f $(TARGET)
Expand Down
Binary file added compiled/darwin/chamgo
Binary file not shown.
Binary file added compiled/linux/chamgo
Binary file not shown.
Binary file added compiled/windows/chamgo.exe
Binary file not shown.

0 comments on commit f4c0a96

Please sign in to comment.