14 lines
257 B
Makefile
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
|