Makefile 242 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 web/assets/*)
  5. $< -o $@ -pkg web -prefix web/assets -nomemcopy web/assets/...