summaryrefslogtreecommitdiff
path: root/doc/software_manual.org
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-06 08:52:40 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-11-06 08:52:40 -0700
commitfcb00cd96982ba34252046fa35cd0d13ef4387bc (patch)
tree0b6cb87c73d46953665e44fed7e00b3f972bde7a /doc/software_manual.org
parent562ba9a9b6efd8cc27fc506f83b1125c2cfa4619 (diff)
downloadcmath-fcb00cd96982ba34252046fa35cd0d13ef4387bc.tar.gz
cmath-fcb00cd96982ba34252046fa35cd0d13ef4387bc.zip
nov 3 notes
Diffstat (limited to 'doc/software_manual.org')
-rw-r--r--doc/software_manual.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/software_manual.org b/doc/software_manual.org
index eebcf17..383b0c5 100644
--- a/doc/software_manual.org
+++ b/doc/software_manual.org
@@ -27,7 +27,7 @@ MacOS as well as ~x86~ Arch Linux.
2. ~make~
Then, as of homework 5, the testing routines are provided in ~test~ and utilize the
-utest microlibrary. They compile to a binary in ~./dist/lizfcm.test~.
+~utest~ "micro"library. They compile to a binary in ~./dist/lizfcm.test~.
Execution of the Makefile will perform compilation of individual routines.
@@ -39,7 +39,7 @@ produce an object file:
gcc -Iinc/ -lm -Wall -c src/<the_routine>.c -o build/<the_routine>.o
\end{verbatim}
-Which is then bundled into a static library in ~lib/lizfcm.a~ which can be linked
+Which is then bundled into a static library in ~lib/lizfcm.a~ and can be linked
in the standard method.
* The LIZFCM API