Files
codeql/misc/codegen/justfile
Paolo Tranquilli 2dea9da38c Just: add codegen
2025-07-04 13:45:45 +02:00

5 lines
118 B
Makefile

import "../just/lib.just"
test *ARGS="": (_bazel "test" "@codeql//misc/codegen/...")
format *ARGS=".": (_black ARGS)