mirror of
https://github.com/golang/go
synced 2024-11-19 12:34:47 -07:00
7 lines
179 B
Makefile
7 lines
179 B
Makefile
|
coordinator: main.go
|
||
|
GOOS=linux go build -o coordinator .
|
||
|
|
||
|
upload: coordinator
|
||
|
cat coordinator | (cd buildongce && go run create.go --write_object=go-builder-data/coordinator)
|
||
|
|