diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 22:48:07 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 22:48:07 -0300 |
commit | ffc818c0415b9c071a426c706b416d009db4da6e (patch) | |
tree | 3707a43f4dba50e30f9b2f70fce2e8491713d0a3 | |
parent | 9ecaf48125b730d514b42e174e8fe2a1d8c8634f (diff) |
add tcc link
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | rosenrot.c | 0 |
2 files changed, 1 insertions, 5 deletions
@@ -3,11 +3,7 @@ This branch contains a minimalist version of rosenrot - similar in many ways to the [original version of rose](https://github.com/mini-rose/rose-browser/tree/60173b6f5b562861b11dea17e3869ad6c3462bbb/src). -- compilable with tcc +- compilable with [tcc](https://bellard.org/tcc/) (or with gcc/clang) - One c file, 390 lines (~356 excluding comments) - Still some minimal niceties: zoom - -# To do - -- [x] Create minimalist version of rosenrot diff --git a/rosenrot.c b/rosenrot.c index 0a7da06..0a7da06 100644..100755 --- a/rosenrot.c +++ b/rosenrot.c |