buildkit/Makefile

7 lines
71 B
Makefile

test:
./hack/test
vendor:
./hack/update-vendor
.PHONY: vendor test