summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-19 16:34:37 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-19 16:34:37 -0500
commitd4cf234175535e3f14438a45b7bc09882d819953 (patch)
tree4cb4399cbd980a15105fa126ab5d92fb12fafa5c /Makefile
parent33daa8540c4035c1c4939578bace0e8b960599aa (diff)
diff html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6315ace..dda3709 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ tls.pem: tls-getcerts config-sockets.txt NET-tls
tls.html: %.html: %.pem tls-pem2html
./tls-pem2html < $< > $@
-diff.txt: diff tls.pem crtsh.pem
+diff.html: diff tls.pem crtsh.pem
./diff tls.pem crtsh.pem > $@
NET-%: