mirror of
https://github.com/zeldaret/tmc
synced 2026-07-01 20:20:22 -04:00
modify INSTALL.md to reflect Makefile changes
This commit is contained in:
+1
-4
@@ -37,15 +37,12 @@ To set up the repository:
|
||||
sh install.sh ../tmc
|
||||
|
||||
cd ../tmc
|
||||
make tools
|
||||
|
||||
To build **tmc.gba**:
|
||||
|
||||
make -j$(nproc)
|
||||
|
||||
To confirm it matches the official ROM image while building, do this instead:
|
||||
|
||||
make compare -j$(nproc)
|
||||
|
||||
If only `.c` or `.s` files were changed, turn off the dependency scanning temporarily. Changes to any other files will be ignored and the build will either fail or not reflect those changes.
|
||||
|
||||
make -j$(nproc) NODEP=1
|
||||
|
||||
Reference in New Issue
Block a user