mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
10 lines
99 B
Makefile
10 lines
99 B
Makefile
shell:
|
|
./hack/shell
|
|
|
|
lint:
|
|
./hack/lint
|
|
|
|
vendor:
|
|
./hack/update-vendor
|
|
|
|
.PHONY: vendor lint shell |