buildx/Makefile
Tonis Tiigi 0487cc3ab7 hack: add Dockerfile and shell target
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-03-22 16:28:07 -07:00

10 lines
99 B
Makefile

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