Files
buildx/Makefile
T
2019-03-22 17:21:05 -07:00

13 lines
136 B
Makefile

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