Update Makefile to use assets

pull/10616/head
Chris Goller 2016-09-16 13:51:01 -05:00
parent 1de8b61682
commit 360d6ef577
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dev:
gdm restore
go get -u github.com/jteeuwen/go-bindata/...
prepare: dev bindata
prepare: dev assets
clean:
if [ -f ${BINARY} ] ; then rm ${BINARY} ; fi