We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3f7cd commit c2647a1Copy full SHA for c2647a1
Makefile
@@ -0,0 +1,4 @@
1
+all:
2
+ env GOOS=linux GOARCH=amd64 go build -o json2rdf.linux-amd64
3
+ env GOOS=windows GOARCH=amd64 go build -o json2rdf.windows-amd64
4
+ env GOOS=darwin GOARCH=amd64 go build -o json2rdf.darwin-amd64
0 commit comments