Makefile 114 B

12345678
  1. all: templates.go
  2. go build
  3. templates.go: templates/*.html monitor.go
  4. go generate
  5. devel:
  6. go build -tags devel