xref: /aosp_15_r20/external/skia/infra/debugger-app/Makefile (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1BAZEL?=bazelisk
2
3.PHONY: build
4build:
5	$(BAZEL) run //infra/debugger-app:debugger_container \
6	--config=debugger_app_container
7
8# Review section in README.md before running this target
9.PHONY: push_debugger_I_am_really_sure
10push_debugger_I_am_really_sure:
11	$(BAZEL) run //infra/debugger-app:push_debugger_container \
12	--config=debugger_app_container