mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
4 lines
61 B
Makefile
4 lines
61 B
Makefile
.PHONY: vendor
|
|
vendor: ## vendor hugo modules
|
|
./hack/vendor
|