Files
minis/justfile
2026-01-20 00:11:37 +01:00

16 lines
299 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
go mod graph
go run ./src/main.go