diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-19 16:34:37 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-19 16:34:37 -0500 |
commit | d4cf234175535e3f14438a45b7bc09882d819953 (patch) | |
tree | 4cb4399cbd980a15105fa126ab5d92fb12fafa5c /Makefile | |
parent | 33daa8540c4035c1c4939578bace0e8b960599aa (diff) |
diff html
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-%: |