@profoundlogic/codermake 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -212,7 +212,7 @@ Common errors:
212
212
 
213
213
  - **`Invalid library qualifier '<lib>/<obj>.<ext>': '<lib>' is not a known library directory.`** — the first segment of a two-segment qualifier doesn't match any discovered library directory. Either fix the typo or add the missing directory to the project layout.
214
214
  - **`<envvar> and CODERMAKE_LIBRARY_MAP are mutually exclusive.`** — only one output-mode variable can be set. Pick `BUILD_LIBRARY`/`IBMI_BUILD_LIBRARY` (single library) **or** `CODERMAKE_LIBRARY_MAP` (per-library output).
215
- - **`CODERMAKE_LIBRARY_MAP is missing entries for: <dir1>, <dir2>`** — every discovered library directory must appear in an explicit map. Add the missing entries, or switch to `CODERMAKE_LIBRARY_MAP=auto` for natural mapping.
215
+ - **`CODERMAKE_LIBRARY_MAP is missing entries for: <dir1>, <dir2>`** — every depth-1 directory with a `Rules.mk` must appear in an explicit map (sibling dirs without a `Rules.mk` are not required). Add the missing entries, or switch to `CODERMAKE_LIBRARY_MAP=auto` for natural mapping.
216
216
 
217
217
  For detailed guidance on reading compile listings, see [references/compile-listings.md](references/compile-listings.md).
218
218