summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-13 21:39:29 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-13 21:39:29 -0500
commit8b8b0d7d05aab3f5b7f9c221987991aac7aa45fa (patch)
tree09e38c8bdd30f4f9691ff9ddfa41dfd29a66508e /Makefile
parent7f8d8d1a5d8a9b1365108bf72cb40286bd5cac4c (diff)
Add jarmon graphing for Proton.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1ef54d9..bbc6d67 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-all: index.html style.css
+all: index.html style.css jarmon-style/jquerytools.tabs.tabs-no-images.css jarmon-style/style.css
%: %.go
go build $<
-index.html: tls.html.part crtsh.html.part diff.html.part
+index.html: tls.html.part crtsh.html.part diff.html.part jarmon.html.part
crtsh.pem: crtsh-getcerts config-domains.txt NET-crtsh
./crtsh-getcerts $$(cat config-domains.txt) > $@