Assert or install go-bindata before incanting
This commit is contained in:
parent
237ad1f11e
commit
ef89692f3f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -137,6 +137,7 @@ clean:
|
|||
|
||||
.PHONE: code-generator
|
||||
code-generator:
|
||||
@go-bindata -version || go get -u github.com/jteeuwen/go-bindata/...
|
||||
go-bindata -nometadata -o internal/file/bindata.go -prefix="rootfs" -pkg=file -ignore=Dockerfile -ignore=".DS_Store" rootfs/...
|
||||
|
||||
.PHONY: build
|
||||
|
|
Loading…
Reference in a new issue