13 lines
225 B
Makefile
13 lines
225 B
Makefile
neville:
|
|
julia -i "./neville-algo-ml.jl"
|
|
|
|
doc:
|
|
typst compile ./docs.typ
|
|
|
|
test_langs:
|
|
# Test all languages and tools in this project
|
|
cargo run
|
|
uv run python ./main.py
|
|
julia ./main.jl
|
|
nix flake info
|