diff --git a/Makefile b/Makefile index 14fd476c9..4c8641a63 100644 --- a/Makefile +++ b/Makefile @@ -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