diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ all: index.html style.css jarmon-style/jquerytools.tabs.tabs-no-images.css jarmon-style/style.css -%: %.go +%: %.go util $(wildcard util/*.go) go build $< index.html: tls.html.part crtsh.html.part diff.html.part jarmon.html.part |