summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6a5aecc..7dcb5b5 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,10 @@ The original function `add` has now been hooked!
To dump debug info from the `cdl_jmp_patch` struct use `cdl_jmp_dbg`.
# Info
+
+The compiler used for this project is [tcc](https://github.com/lunarjournal/tcc).
+
+
`cdl.c` - C source file for CDL. <br>
`cdl.h` - CDL header file to include.