From c636dc1fdd8b148c28269bde105b209fb32c6097 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 21 Mar 2017 12:16:43 -0400 Subject: better layout on bigger screens --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) > $@ -- cgit v1.2.3-2-g168b