aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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/),