buildx/Makefile

13 lines
136 B
Makefile

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