Skip to content

Commit 09c6e3c

Browse files
committed
crosscompile to mac
1 parent 82e066b commit 09c6e3c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ all: certgraph
33
certgraph: certgraph.go
44
go build -o $@ $^
55

6+
certgraph.mac: certgraph.go
7+
GOOS=darwin go build -o $@ $^
8+
69
fmt:
710
gofmt -s -w -l .

0 commit comments

Comments
 (0)