diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-06 22:02:30 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-06 22:02:30 -0500 |
commit | 2e51cd8a60335e8d70632a6df66f61c96b3f64b5 (patch) | |
tree | b0dc40efe7b171fc1e7cc49a48be46726ab16b84 /Makefile | |
parent | d69f0d57bca7761d9cc3810973cc06cc357c49fe (diff) |
Makefile: go depends
Diffstat (limited to 'Makefile')
-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 |