Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Makefile: rename dep-ensure target to vendor
Browse files Browse the repository at this point in the history
It's much more description of the intent, not the mechanism.
  • Loading branch information
justinsb committed Jan 12, 2020
1 parent 36f2bd0 commit 026192c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ gazelle:
#rm vendor/github.com/golang/protobuf/protoc-gen-go/testdata/multi/BUILD.bazel

.PHONY: dep-ensure
dep-ensure: vendor
dep-ensure:
echo "'make dep-ensure' has been replaced by 'make vendor'"
exit 1

.PHONY: vendor
vendor:
Expand Down

0 comments on commit 026192c

Please sign in to comment.