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: