Update Makefile to use assets

pull/56/head
Chris Goller 2016-09-16 13:51:01 -05:00
parent e24a16fa9f
commit d074894440
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