diff --git a/Makefile b/Makefile index a20197d19..b1fe29496 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GO_BIN ?= go install: packr - $(GO_BIN) install -v ./buffalo + $(GO_BIN) install -tags ${TAGS} -v ./buffalo deps: $(GO_BIN) get github.com/gobuffalo/packr/packr