diff --git a/Makefile b/Makefile index 16d60e1..58dfcbf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGET = lm +TARGET = lmath ROOT_DIR = . diff --git a/README.md b/README.md index 2b4dc09..fc3d2eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# lm-rs +# Lmath-rs -lm-rs is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request. +Lmath is generic linear algebra library for Rust. There is still much to do, unit tests to write, bugs to fix, and performance enhancements to make. Help is much appreciated, so please don't hesitate to send me a pull request. ## Todo: diff --git a/src/lm.rc b/src/lmath.rc similarity index 95% rename from src/lm.rc rename to src/lmath.rc index c3463c5..1e84abc 100644 --- a/src/lm.rc +++ b/src/lmath.rc @@ -1,4 +1,4 @@ -#[link(name = "lm", +#[link(name = "lmath", vers = "0.1", author = "Brendan Zabarauskas", url = "https://github.com/bjz/llama-rs")];