Depend on all static and template files.
This commit is contained in:
parent
ca2a31c48b
commit
bf197baaf9
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
all: files.go
|
all: files.go
|
||||||
|
|
||||||
files.go:
|
files.go: $(shell find ../templates/ ../static/ -type f)
|
||||||
../../utility/embed-static.sh ../static ../templates | gofmt > $@
|
../../utility/embed-static.sh ../static ../templates | gofmt > $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue