summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-21 15:21:05 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-21 15:21:05 -0500
commit7f8d8d1a5d8a9b1365108bf72cb40286bd5cac4c (patch)
treecf2aa3aff612e1595cd43a280f8652f3cb5d9590
parentaed8f925512ecc64ce84991bb46944fa41afb349 (diff)
fix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcf87dd..1ef54d9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ tls.pem: tls-getcerts config-sockets.txt NET-tls
diff.pem: diff tls.pem crtsh.pem
./diff tls.pem crtsh.pem > $@
-%.html.part: %.pem %-pem2html
+tls.html.part crtsh.html.part diff.html.part: %.html.part: %.pem %-pem2html
./$*-pem2html < $< > $@
%: %.gen