mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 08:35:44 -04:00

Until now the main makefiles of Nitro Engine have been the ones of devkitPro, forcing users to go through extra steps to build everything under BlocksDS. Now, the easy makefiles are the BlocksDS ones, and additional notes have been added to warn about the limitations of devkitPro: - No GRF support in libnds. - NitroFS doesn't work in melonDS.
7 lines
204 B
Makefile
7 lines
204 B
Makefile
# This is a minimal makefile only used for the examples. If you want a makefile
|
|
# for your project, take one from the templates inside examples/templates.
|
|
|
|
BINDIRS := data
|
|
|
|
include ../../Makefile.example
|