Makefile 224 B

1234567
  1. ALL: web/bindata.go
  2. .build/bin/go-bindata:
  3. GOPATH=$(shell pwd)/.build go get github.com/jteeuwen/go-bindata/...
  4. web/bindata.go: .build/bin/go-bindata $(wildcard pub/**/*)
  5. $< -o $@ -pkg web -prefix pub -nomemcopy pub/...