Depend on all static and template files.

This commit is contained in:
Johannes 'fish' Ziemke 2013-04-09 12:11:19 +02:00
parent ca2a31c48b
commit bf197baaf9
1 changed files with 1 additions and 1 deletions

View File

@ -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: