mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 13:37:33 +02:00
Tweak wording
This commit is contained in:
parent
747ea7ba5c
commit
76c2ba2554
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ File Extension | Installation Required | Notes
|
|||
`.so` | :heavy_check_mark: | Shared Object files generated by the C compiler from the corresponding `.c` file. These are only generated for Scheme libraries and are used to allow loading a library at runtime.
|
||||
(None) | :heavy_check_mark: | Final executable file generated by the C compiler when compiling a program.
|
||||
|
||||
When installing a library, all of the checked files above must be installed as well as the corresponding `.sld` file.
|
||||
When installing a library, all of the files indicated above must be installed as well as the corresponding `.sld` file.
|
||||
|
||||
## Interpreter
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue