aboutsummaryrefslogtreecommitdiff
path: root/c/README.md
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-03-25 17:25:03 -0400
committerJack O'Connor <[email protected]>2020-03-25 17:25:48 -0400
commitc26a37f70c5f48d35cb8ff489f4db32f67c71609 (patch)
tree5c73d02f171883d4273198f9087e06f1f61bba33 /c/README.md
parentc3639b42554907a1e7e663e80260542999c4d73e (diff)
C files -> C and assembly files
Diffstat (limited to 'c/README.md')
-rw-r--r--c/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/README.md b/c/README.md
index f597ead..1c19951 100644
--- a/c/README.md
+++ b/c/README.md
@@ -132,9 +132,9 @@ function in a loop, incrementing `seek` by the output length each time.
# Building
-This implementation is just C files. It doesn't include a public-facing
-build system. (The `Makefile` in this directory is only for testing.)
-Instead, the intention is that you can include these C and assemly files
+This implementation is just C and assembly files. It doesn't include a
+public-facing build system. (The `Makefile` in this directory is only
+for testing.) Instead, the intention is that you can include these files
in whatever build system you're already using. This section describes
the commands your build system should execute, or which you can execute
by hand. Note that these steps may change in future versions.