Skip to content

Commit

Permalink
Assert or install go-bindata before incanting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Louis committed Apr 30, 2018
1 parent 237ad1f commit ef89692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef89692

Please sign in to comment.