From 2e51cd8a60335e8d70632a6df66f61c96b3f64b5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 6 Feb 2017 22:02:30 -0500 Subject: Makefile: go depends --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bbc6d67..43520a6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-2-g168b