From c26a37f70c5f48d35cb8ff489f4db32f67c71609 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Wed, 25 Mar 2020 17:25:03 -0400 Subject: [PATCH] C files -> C and assembly files --- c/README.md | 6 +++--- 1 file 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.