diff --git a/md_docs_2BUILDING.html b/md_docs_2BUILDING.html
index 3cc9bb731..1729cc20a 100644
--- a/md_docs_2BUILDING.html
+++ b/md_docs_2BUILDING.html
@@ -137,8 +137,10 @@ Windows
# Add `-DCMAKE_BUILD_TYPE:STRING=Release` if you're packaging
& 'C:\Program Files\CMake\bin\cmake' -S . -B "build/x64" -G "Visual Studio 17 2022" -T v143 -A x64
-
# Generate mk64.o2r
+
# Generate mk64.o2r and spaghetti.o2r
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target ExtractAssets
+
# or if you want to generate the spaghetti.o2r file only
+
& 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target GenerateO2R
# Compile project
# Add `--config Release` if you're packaging
@@ -218,8 +220,10 @@ Build
# Add `-DPython3_EXECUTABLE=$(which python3)` if you are using non-standard Python installations such as PyEnv
cmake -H. -Bbuild-cmake -GNinja
-
# Generate mk64.o2r
+
# Generate mk64.o2r and spaghetti.o2r
cmake --build build-cmake --target ExtractAssets
+
# or if you want to generate the spaghetti.o2r file only
+
cmake --build build-cmake --target GenerateO2R
# Compile the project
# Add `--config Release` if you're packaging
@@ -269,8 +273,10 @@ macOS
# Add `-DCMAKE_BUILD_TYPE:STRING=Release` if you're packaging
cmake -H. -Bbuild-cmake -GNinja
-
# Generate mk64.o2r
+
# Generate mk64.o2r and spaghetti.o2r
cmake --build build-cmake --target ExtractAssets
+
# or if you want to generate the spaghetti.o2r file only
+
cmake --build build-cmake --target GenerateO2R
# Compile the project
# Add `--config Release` if you're packaging
diff --git a/menu__items_8c.html b/menu__items_8c.html
index 91f4e7945..3bc56a00c 100644
--- a/menu__items_8c.html
+++ b/menu__items_8c.html
@@ -2398,7 +2398,7 @@ Here is the caller graph for this function: