Depend on all static and template files.
This commit is contained in:
parent
ca2a31c48b
commit
bf197baaf9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue