Adds vendor to phony targets
This commit is contained in:
parent
527ed8f502
commit
fe1c3e4c9c
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -1,3 +1,5 @@
|
|||
.PHONY: vendor
|
||||
|
||||
vendor:
|
||||
go mod vendor
|
||||
go mod tidy
|
||||
|
|
Loading…
Reference in a new issue