mirror of
https://github.com/github/codeql.git
synced 2026-06-21 21:01:13 +02:00
12 lines
249 B
Makefile
12 lines
249 B
Makefile
import '../misc/just/lib.just'
|
|
|
|
install: (_bazel "run" "@codeql//rust:install")
|
|
|
|
build: generate (_build "rust")
|
|
|
|
generate: (_bazel "run" "@codeql//rust/codegen")
|
|
|
|
lint: (_run "python3" "lint.py")
|
|
|
|
format: (_run "python3" "lint.py" "--format-only")
|