golang-examples/example-aminal/Makefile

8 lines
93 B
Makefile
Raw 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