golang-examples/broken/example-aminal/Makefile

11 lines
119 B
Makefile

build:
go build
./example-aminal
build-windows:
env GOOS=windows GOARCH=amd64 go build
prep:
go get -v -t -u .