Skip to content

Commit

Permalink
Add deps and tags to make install
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasschlueter committed Oct 12, 2018
1 parent 566585d commit 10960ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genny/makefile/templates/Makefile.plush
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 10960ab

Please sign in to comment.