Skip to content

Commit

Permalink
C files -> C and assembly files
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Mar 25, 2020
1 parent c3639b4 commit c26a37f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions c/README.md
Expand Up @@ -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.
Expand Down

0 comments on commit c26a37f

Please sign in to comment.