summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLunar Journal <md.node.0@gmail.com>2024-12-05 16:27:45 +0200
committerGitHub <noreply@github.com>2024-12-05 16:27:45 +0200
commit99ee7ee39c0242b0c5bf1accd94c98a86a5bb789 (patch)
tree84d95774db3afcb922d2cf49f298c1109b55b335
parent93d6946a7e1c49f4e3bf352830bc181c68cc9aab (diff)
downloadcdl86-99ee7ee39c0242b0c5bf1accd94c98a86a5bb789.tar.gz
cdl86-99ee7ee39c0242b0c5bf1accd94c98a86a5bb789.zip
Update README.md
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2987c0a..c32860c 100644
--- a/README.md
+++ b/README.md
@@ -85,9 +85,10 @@ To dump debug info from the `cdl_jmp_patch` struct use `cdl_jmp_dbg`.
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.
+Files:
+<br/>
+* `cdl.c` - C source file for CDL. <br>
+* `cdl.h` - CDL header file to include.
Folders:
* `/tests` - CDL test suite. Run `make all`.