Skip to content

Commit 24bff3d

Browse files
committed
crosscompile to mac
1 parent f4c9bbc commit 24bff3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)