summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d175cc3..3ce825e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: index.html style.css jarmon-style/jquerytools.tabs.tabs-no-images.css jarmo
%: %.go util $(wildcard util/*.go)
go build $<
-index.html: tls.html.part crtsh.html.part diff.html.part jarmon.html.part
+index.html: tls.html.part crtsh.html.part diff.html.part jarmon.html.in
crtsh.pem: crtsh-getcerts config-domains.txt NET-crtsh
./crtsh-getcerts $$(sed 's/#.*//' config-domains.txt) > $@