buildx/Makefile

10 lines
99 B
Makefile
Raw Normal View History

shell:
./hack/shell
lint:
./hack/lint
vendor:
./hack/update-vendor
.PHONY: vendor lint shell