add scripts to makefile
diff --git a/Makefile b/Makefile index f79584b..5a2e962 100644 --- a/Makefile +++ b/Makefile
@@ -1,6 +1,9 @@ test: bazel test all_tests +test.local: + bazel test all_local_tests + test.no_worker: bazel clean bazel shutdown @@ -10,6 +13,12 @@ buildifier -mode=fix -v kotlin/*.bzl buildifier -mode=fix -v kotlin/internal/*.bzl +deps.regen: + scripts/regen_deps + +proto.regen: + scripts/gen_proto_jars + docs.regen: bazel build //docs unzip -o bazel-bin/docs/docs-skydoc.zip -d docs