Skip to content

Commit

Permalink
add deps and update-deps step to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gypsydiver committed Dec 17, 2018
1 parent 53e473b commit 7d22e65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
install:
install: deps
mkdir -p ~/.terraform.d/plugins
go build -o ~/.terraform.d/plugins/jumpcloud-provider-terraform
deps:
dep ensure
update-deps:
dep ensure -update

0 comments on commit 7d22e65

Please sign in to comment.