From bd471e41130a774e2408844dcd2ba7509b6b23b5 Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Mon, 12 Dec 2022 20:56:14 +0100 Subject: [PATCH] fix(README.md): cosmopolitan libc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1db4fe4..1eacab0 100644 --- a/README.md +++ b/README.md @@ -199,8 +199,8 @@ You can also build using the [Cosmopolitan libc](http://justine.lol/cosmopolitan/), which will make an executable capable of running on Linux, OpenBSD, FreeBSD, Mac... out of the box. To do so, build with the `COSMO` flag. -It will produce `feuille` and `feuille.com`, the former being the -debug binary, and the former the portable one. +It will produce `feuille.com.dbg` and `feuille.com`, the former being +the debug binary, and the latter the portable one. If you wish to make a debug build, you can set `DEBUG` to whatever comes to your mind.