Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fixed make install
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 17, 2018
1 parent f22d6b7 commit c89e3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c89e3ef

Please sign in to comment.