From bf197baaf9f59d3650d428f7a369c2f75862815f Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Tue, 9 Apr 2013 12:11:19 +0200 Subject: [PATCH] Depend on all static and template files. --- web/blob/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/blob/Makefile b/web/blob/Makefile index 4024a0be7..891010d56 100644 --- a/web/blob/Makefile +++ b/web/blob/Makefile @@ -13,7 +13,7 @@ all: files.go -files.go: +files.go: $(shell find ../templates/ ../static/ -type f) ../../utility/embed-static.sh ../static ../templates | gofmt > $@ clean: