diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-05 16:27:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 16:27:45 +0200 |
commit | 99ee7ee39c0242b0c5bf1accd94c98a86a5bb789 (patch) | |
tree | 84d95774db3afcb922d2cf49f298c1109b55b335 /README.md | |
parent | 93d6946a7e1c49f4e3bf352830bc181c68cc9aab (diff) | |
download | cdl86-99ee7ee39c0242b0c5bf1accd94c98a86a5bb789.tar.gz cdl86-99ee7ee39c0242b0c5bf1accd94c98a86a5bb789.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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`.
|