mirror of
https://github.com/docker/docs.git
synced 2026-06-19 15:45:10 +00:00
c7511a228f
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
4 lines
61 B
Makefile
4 lines
61 B
Makefile
.PHONY: vendor
|
|
vendor: ## vendor hugo modules
|
|
./hack/vendor
|