exporter-go-mystrom/Makefile
mathias petermann 4e82b12113 first commit
2021-03-18 15:37:44 +01:00

4 lines
No EOL
80 B
Makefile

linux:
GOOS=linux GOARCH=amd64 go build
mac:
GOOS=darwin GOARCH=amd64 go build