Skip to content

Commit c2647a1

Browse files
committed
Add makefile
1 parent 0d3f7cd commit c2647a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)