aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlsof <lsof@noreply.codeberg.org>2026-04-13 19:31:11 +0200
committerlsof <lsof@noreply.codeberg.org>2026-04-13 19:31:11 +0200
commit16a2b6aa76a4967f4f256c976f1686db20182d8a (patch)
tree115958d36452076ab1175b734db166e81543cf17
parentddbd42e66cc71b470730037d76f4f267e98d8d40 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9ee852..1b9e568 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Supports [most of C11 and some C23 features](doc/cstd.md), as well as some GNU e
Currently still in a experimental stage, but can successfully build some
real-world C codebases such as Lua, SQLite,
-[oksh](https://github.com/ibara/oksh), [tin](http://www.tin.org/) and itself.
+[oksh](https://github.com/ibara/oksh), [tin](http://www.tin.org/), [DOOM](https://github.com/chocolate-doom/chocolate-doom) and itself.
`antcc` is inspired by other small C compilers like
[tcc](https://bellard.org/tcc/),