Files
minis/justfile
2026-01-20 10:01:41 +01:00

20 lines
351 B
Makefile

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