You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
make clean is no longer required to compile
This commit is contained in:
@@ -82,8 +82,8 @@ git config diff.hex.textconv hexdump
|
||||
```
|
||||
|
||||
Now you should be able to build **pokecrystal.gbc** for the first time.
|
||||
```
|
||||
make clean && make
|
||||
```bash
|
||||
make
|
||||
```
|
||||
|
||||
This ought to take between **3 and 15 seconds**, depending on your computer.
|
||||
@@ -123,8 +123,8 @@ git config diff.hex.textconv hexdump
|
||||
```
|
||||
|
||||
To compile the rom from asm source:
|
||||
```
|
||||
make clean && make
|
||||
```bash
|
||||
make
|
||||
```
|
||||
|
||||
That will take between 3 and 15 seconds, depending on your computer. If you see `cmp baserom.gbc pokecrystal.gbc` as the last line, the build was successful! Rejoice!
|
||||
|
Reference in New Issue
Block a user