Remove ‘make tools’ step in installation

This step is no longer required, as it will be run automatically when making the ROM.
This commit is contained in:
Ben10do 2017-06-09 22:09:38 +01:00
parent b34b1a5b0c
commit cf390243b2
No known key found for this signature in database
GPG Key ID: DFBC5B504E8D20B9

View File

@ -17,7 +17,6 @@ cd ..
git clone https://github.com/pret/pokecrystal
cd pokecrystal
make tools
```
To build **pokecrystal.gbc**:
@ -42,7 +41,6 @@ cd ..
git clone https://github.com/pret/pokecrystal
cd pokecrystal
make tools
```
To build **pokecrystal.gbc**:
@ -67,7 +65,6 @@ In the **Cygwin terminal**:
git clone https://github.com/pret/pokecrystal
cd pokecrystal
make tools
```
To build **pokecrystal.gbc**: