mirror of
https://github.com/wassname/persona-steering-template-library.git
synced 2026-06-27 16:46:08 +08:00
11 lines
260 B
Makefile
11 lines
260 B
Makefile
set shell := ["zsh", "-cu"]
|
|
|
|
results-table:
|
|
uv run python scripts/update_readme_results_table.py
|
|
|
|
model-matrix:
|
|
uv run python scripts/summarize_model_matrix.py
|
|
uv run python scripts/update_readme_model_matrix.py
|
|
|
|
readme: results-table model-matrix
|