diff --git a/genny/makefile/templates/Makefile.plush b/genny/makefile/templates/Makefile.plush index 54be36c..74462ec 100644 --- a/genny/makefile/templates/Makefile.plush +++ b/genny/makefile/templates/Makefile.plush @@ -1,9 +1,9 @@ TAGS ?= "sqlite" GO_BIN ?= go -install: +install: deps packr - $(GO_BIN) install -v <%= opts.BuildPath %> + $(GO_BIN) install -tags ${TAGS} -v <%= opts.BuildPath %> deps: $(GO_BIN) get github.com/gobuffalo/release