added amberc to make deps

This commit is contained in:
Brad Rydzewski 2014-06-12 13:03:40 -07:00
parent 68aea12538
commit e123e10fbd

View file

@ -3,6 +3,7 @@ SHA := $(shell git rev-parse --short HEAD)
all: rice amberc lessc build
deps:
go get github.com/eknkc/amber/amberc
go get github.com/GeertJohan/go.rice/rice
go list github.com/drone/drone/... | xargs go get -t -v