summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-19 16:35:13 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-19 16:35:13 -0500
commitf1d1926dfe59a00f98a0a394d955e0a3d8ab203e (patch)
tree2b0f840f774e8cf32d8fece62737b3ece75ceb66 /Makefile
parentd4cf234175535e3f14438a45b7bc09882d819953 (diff)
show everything at once
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dda3709..d4ee17b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: index.html
-
-index.html: crtsh.html
- cp $< $@
+all: crtsh.html
+all: tls.html
+all: diff.html
%: %.go
go build $<