diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-21 12:16:43 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-21 12:16:43 -0400 |
commit | c636dc1fdd8b148c28269bde105b209fb32c6097 (patch) | |
tree | a99c3b351b0ec69aeec4c0d73114fad529c8f825 /Makefile | |
parent | d1217e66c4d39e49074564cd6045b343fc310dd9 (diff) |
better layout on bigger screens
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) > $@ |