mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
12 lines
239 B
Makefile
12 lines
239 B
Makefile
import '../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")
|