We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e066b commit 09c6e3cCopy full SHA for 09c6e3c
1 file changed
Makefile
@@ -3,5 +3,8 @@ all: certgraph
3
certgraph: certgraph.go
4
go build -o $@ $^
5
6
+certgraph.mac: certgraph.go
7
+ GOOS=darwin go build -o $@ $^
8
+
9
fmt:
10
gofmt -s -w -l .
0 commit comments