hack: add Dockerfile and shell target

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2019-03-22 16:23:09 -07:00
parent b5b4e98aee
commit 0487cc3ab7
5 changed files with 81 additions and 1 deletions

10
Makefile Normal file
View File

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