File tree Expand file tree Collapse file tree 4 files changed +345
-90
lines changed
Expand file tree Collapse file tree 4 files changed +345
-90
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ GIT_HASH := $(shell git rev-parse HEAD)
44BUILD_FLAGS := -ldflags "-X main.git_date=$(GIT_DATE ) -X main.git_hash=$(GIT_HASH ) "
55
66PLATFORMS := linux/amd64 linux/386 linux/arm darwin/amd64 windows/amd64 windows/386 openbsd/amd64
7- SOURCES := certgraph.go
7+ SOURCES := certgraph.go google_ct.go
88
99temp = $(subst /, ,$@ )
1010os = $(word 1, $(temp ) )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Precompiled releases will occasionally be uploaded to the [releases github page]
5757
5858## Compiling
5959
60- To compile certgraph you must have a working go 1.5 or newer compiler on your system.
60+ To compile certgraph you must have a working go 1.9 or newer compiler on your system.
6161To compile for the running system compilation is as easy as running make
6262```
6363certgraph$ make
You can’t perform that action at this time.
0 commit comments