bou.ke/statictemplate@v0.0.0-20180821122055-510411a5e7dd/Makefile (about) 1 build: example/template/template.go 2 3 test: 4 go test ./... 5 6 example/template/template.go: example/template/*.tmpl 7 statictemplate -html -o $@ -t "Index:index.tmpl:[]bou.ke/statictemplate/example.Post" $^ 8 9 .PHONY: test build