From ffc818c0415b9c071a426c706b416d009db4da6e Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 22:48:07 -0300 Subject: [PATCH] add tcc link --- README.md | 6 +----- rosenrot.c | 0 2 files changed, 1 insertion(+), 5 deletions(-) mode change 100644 => 100755 rosenrot.c diff --git a/README.md b/README.md index 548155f..3b7e43d 100644 --- a/README.md +++ b/README.md @@ -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 old mode 100644 new mode 100755