Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path), like pokecrystal
Fixes #227
|
|
Fixes #183
|
|
Adapt the INSTALL guide from pokecrystal.
|
|
Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes.
It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated").
|
|
|
|
|
|
|
|
|
|
|
|
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
|
|
This means dependency scanning only happens as required.
|
|
|
|
|
|
|
|
For faster builds, use `make -j`.
|
|
|
|
|
|
doesn't have a release yet.
|
|
|
|
|
|
|
|
|
|
Now only one target is needed for all versions.
$$* also works instead of %, but in a pattern rule % is probably clearer.
|
|
Explicitly define png dependencies (none).
This keeps make from looking for nonexistent dependencies with extensions like ".png.o".
This doesn't make it go any faster, but it at least makes debug easier.
|
|
|
|
|
|
|
|
The Makefile previously made the files '.map' and '.sym'
instead of 'poke[red/blue].map' and 'poke[red/blue].sym'
|
|
|
|
|
|
|
|
|
|
|
|
|