buildx/Makefile
Tonis Tiigi 57857f09e1 hack: add binaries target
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
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