exporter-go-mystrom/Makefile

4 lines
80 B
Makefile
Raw Normal View History

2021-03-18 15:33:22 +01:00
linux:
GOOS=linux GOARCH=amd64 go build
mac:
GOOS=darwin GOARCH=amd64 go build