diff options
| author | lsof <lsof@noreply.codeberg.org> | 2026-02-22 19:55:09 +0100 |
|---|---|---|
| committer | 2026-02-22 19:56:51 +0100 | |
| commit | 4856f6b2df2c1136462c8946f0403203fa7d7f08 (patch) | |
| tree | f931e228eaec4416c4e559d776f961ca99e9ed55 /README.md | |
| parent | 85095236ccca60b83ff7643a5c16852270815b29 (diff) | |
Update README.md
typos
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ Supports [most of C11 and some C23 features](doc/cstd.md), as well as some GNU extensions. Currently still in a experimental stage, but can successfully build some -lireal-world C codebases such as Lua, SQLite3, +real-world C codebases such as Lua, SQLite, [oksh](https://github.com/ibara/oksh), [tin](http://www.tin.org/) and itself. `antcc` is inspired by other small C compilers like @@ -41,7 +41,7 @@ Install with `(sudo) make install`. For now just x86-64 POSIX (Sys-V + ELF). aarch64 backend is in the works. Tested and known to work: - `x86_64-linux-gnu` - - `x86_64-linus-musl` + - `x86_64-linux-musl` ## Usage |