diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-19 16:35:13 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-19 16:35:13 -0500 |
commit | f1d1926dfe59a00f98a0a394d955e0a3d8ab203e (patch) | |
tree | 2b0f840f774e8cf32d8fece62737b3ece75ceb66 /Makefile | |
parent | d4cf234175535e3f14438a45b7bc09882d819953 (diff) |
show everything at once
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ all: index.html - -index.html: crtsh.html - cp $< $@ +all: crtsh.html +all: tls.html +all: diff.html %: %.go go build $< |