Merge pull request #711 from skriss/make-local

Bring back 'make local'
This commit is contained in:
Carlisia
2018-08-09 12:26:53 -07:00
committed by GitHub
2 changed files with 19 additions and 2 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ Run [generate-proto.sh][13] to regenerate files if you make the following change
### Cross compiling
By default, `make` builds an `ark` binary that runs on your host operating system and architecture.
To build for another platform, run `make build-<GOOS>-<GOARCH`.
By default, `make build` builds an `ark` binary for `linux-amd64`.
To build for another platform, run `make build-<GOOS>-<GOARCH>`.
For example, to build for the Mac, run `make build-darwin-amd64`.
All binaries are placed in `_output/bin/<GOOS>/<GOARCH>`-- for example, `_output/bin/darwin/amd64/ark`.