summaryrefslogtreecommitdiff
path: root/PROJECT_CONTEXT.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-31 00:57:47 +0100
committerskal <pascal.massimino@gmail.com>2026-01-31 00:57:49 +0100
commit2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 (patch)
treecf04b194f81966a109a846e2728cab0875db20d1 /PROJECT_CONTEXT.md
parent91f557d8777d6185ed47927318973d515f8dcbee (diff)
Chore: Remove trailing whitespaces across the codebase
Diffstat (limited to 'PROJECT_CONTEXT.md')
-rw-r--r--PROJECT_CONTEXT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md
index 9258e1e..650189a 100644
--- a/PROJECT_CONTEXT.md
+++ b/PROJECT_CONTEXT.md
@@ -48,7 +48,7 @@ Incoming tasks in no particular order:
### Build System:
- **Production Pipeline**: Automated the entire assembly process via a `final` CMake target (`make final`).
- **Automation**: This target builds the tools, runs the `gen_assets.sh` script to re-analyze audio and regenerate sources, and then performs final binary stripping and crunching (using `strip` and `gzexe` on macOS).
-- **Scripts**:
+- **Scripts**:
- `scripts/gen_assets.sh`: Re-analyzes source audio files into `.spec` format and triggers the `asset_packer`.
- `scripts/crunch_demo.sh`: Performs the final size optimization and compression.