golang-examples/broken/example-aminal/Makefile

11 lines
119 B
Makefile
Raw Permalink Normal View History

2019-06-13 19:53:47 -05:00
build:
go build
./example-aminal
build-windows:
env GOOS=windows GOARCH=amd64 go build
prep:
go get -v -t -u .