We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c9bbc commit 24bff3dCopy full SHA for 24bff3d
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