Skip to content

Commit

Permalink
Merge pull request smallnest#147 from jcolson/check_prereq_install
Browse files Browse the repository at this point in the history
added check_prereq to target install
  • Loading branch information
smallnest authored Oct 23, 2020
2 parents 0cbf068 + 78bad91 commit 6015dd4
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 @@ -20,7 +20,7 @@ endif
$(warning "found packr2")


install: ## go install binary info $GOPATH/bin
install: check_prereq ## go install binary info $GOPATH/bin
packr2 install github.com/smallnest/gen

vet: ## run go vet on the project
Expand Down

0 comments on commit 6015dd4

Please sign in to comment.