You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
fix make/make clean line in INSTALL.md
This commit is contained in:
@@ -21,7 +21,7 @@ which rgbasm
|
||||
git clone https://github.com/kanzure/pokecrystal.git
|
||||
cd pokecrystal
|
||||
|
||||
make clean; make
|
||||
make clean && make
|
||||
```
|
||||
|
||||
# Windows
|
||||
@@ -158,7 +158,7 @@ to.
|
||||
To build again, you should use the following command:
|
||||
|
||||
```bash
|
||||
make clean; make
|
||||
make clean && make
|
||||
```
|
||||
|
||||
Feel free to ask us on nucleus.kafuka.org #skeetendo if something goes wrong
|
||||
|
Reference in New Issue
Block a user