hack: add binaries target

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2019-03-22 17:21:05 -07:00
parent 0487cc3ab7
commit 57857f09e1
5 changed files with 84 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
shell:
./hack/shell
binaries:
./hack/binaries
lint:
./hack/lint
vendor:
./hack/update-vendor
.PHONY: vendor lint shell
.PHONY: vendor lint shell binaries