From fdb8b146b2dd9d21bdc966e180632ba489accd6f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 31 Dec 2025 12:48:54 +0100 Subject: feat: pre-release improvements and harderning. Signed-off-by: Amlal El Mahrouss --- doc/specs/SPECIFICATION_FWRK.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/specs/SPECIFICATION_FWRK.md b/doc/specs/SPECIFICATION_FWRK.md index 8d95abc7..e7366987 100644 --- a/doc/specs/SPECIFICATION_FWRK.md +++ b/doc/specs/SPECIFICATION_FWRK.md @@ -166,7 +166,7 @@ Contains XML-based property list files for framework metadata. Auto-generated directory containing compiled framework binaries. - **Output file**: `lib.fwrk.dylib` -- Created during build process via `mk_fwrk.py` +- Created during build process via `mkfwrk.py` - Not committed to version control ## Built-in Frameworks @@ -193,12 +193,12 @@ The NeKernel project includes the following standard frameworks: ## Framework Creation -### Using mk_fwrk.py +### Using mkfwrk.py -The `mk_fwrk.py` tool automates framework creation: +The `mkfwrk.py` tool automates framework creation: ```bash -python3 tools/mk_fwrk.py +python3 tools/mkfwrk.py ``` This generates: -- cgit v1.2.3