Files
minis/justfile
2026-01-20 00:09:13 +01:00

14 lines
257 B
Makefile

neville:
julia -i ./src/neville-algo-ml.jl
doc:
typst compile ./src/ocs.typ
test_langs:
# Test all languages and tools in this project
cargo run
uv run python ./main.py
julia ./src/main.jl
nix flake info
bun run ./index.ts