diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-01-05 02:07:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 02:07:59 -0300 |
| commit | fb7cf7ce657df62e3bf83dd3fbfd2f8a04556ba9 (patch) | |
| tree | 1e25d8172c6834ec56de544abdb8f317b22a248d | |
| parent | 32e15fe11c273cdb73028f6bc5ae9ab07609f3bd (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ To start the extraction/build process, run the following command: ```bash make init ``` -This will create the build folders as well as a new folder with the assembly as well as containing the disassemblies of nearly all the files containing code. +This will create the build folders, a new folder with the assembly as well as containing the disassembly of nearly all the files containing code. this make target will also build the ROM. If all goes well, a new ROM called "starfox64.us.z64" should be built and the following text should be printed: |
