16 lines
299 B
Makefile
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
|