commit 1016044500a65dc921a61d8e330dd9baa9bc217e parent dbbe4055eb52d042e3f4c5befd3d4ce5d2675af4 Author: evenfri <evenfri256@gmail.com> Date: Fri, 24 Jul 2026 01:15:16 +0800 update README Diffstat:
| M | README | | | 13 | ++++++++++--- |
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/README b/README @@ -18,14 +18,21 @@ tree where each function lives in its own file. * Granular archive build (libc.a) — only referenced objects are linked. * Custom entry point supporting argc, argv, and envp stack extraction. -3. Building +3. Dependencies +--------------- +* mk-standalone — Plan 9 mk build engine port + https://codeberg.org/evenfri/mk-standalone + +4. Building ----------- -The project uses Plan 9 'mk' for build automation. +The project uses mk-standalone for build automation. mk — build libc.a mk clean — remove intermediate object files + mk nuke — remove object files and libc.a + mk rebuild — perform full clean rebuild -4. Usage Example +5. Usage Example ---------------- Include libc.h in your application and link against libc.a: