mirror of https://github.com/zeldaret/tmc.git
modify INSTALL.md to reflect Makefile changes
This commit is contained in:
parent
2f74406e92
commit
a2641a5ef7
|
@ -37,15 +37,12 @@ To set up the repository:
|
||||||
sh install.sh ../tmc
|
sh install.sh ../tmc
|
||||||
|
|
||||||
cd ../tmc
|
cd ../tmc
|
||||||
|
make tools
|
||||||
|
|
||||||
To build **tmc.gba**:
|
To build **tmc.gba**:
|
||||||
|
|
||||||
make -j$(nproc)
|
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.
|
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
|
make -j$(nproc) NODEP=1
|
||||||
|
|
Loading…
Reference in New Issue