mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
6 lines
123 B
Makefile
6 lines
123 B
Makefile
import "../just/lib.just"
|
|
|
|
test *ARGS="": (_bazel "test" "@codeql//misc/codegen/...")
|
|
|
|
format *ARGS=".": (_format_py ARGS)
|