mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
fix make/make clean line in INSTALL.md
This commit is contained in:
parent
5a9431172c
commit
647b19942a
@ -21,7 +21,7 @@ which rgbasm
|
|||||||
git clone https://github.com/kanzure/pokecrystal.git
|
git clone https://github.com/kanzure/pokecrystal.git
|
||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
|
|
||||||
make clean; make
|
make clean && make
|
||||||
```
|
```
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
@ -158,7 +158,7 @@ to.
|
|||||||
To build again, you should use the following command:
|
To build again, you should use the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make clean; make
|
make clean && make
|
||||||
```
|
```
|
||||||
|
|
||||||
Feel free to ask us on nucleus.kafuka.org #skeetendo if something goes wrong
|
Feel free to ask us on nucleus.kafuka.org #skeetendo if something goes wrong
|
||||||
|
Loading…
x
Reference in New Issue
Block a user