mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 01:15:32 -04:00

- Due to too much hardcoding on flashcart, it requires a compiler flag to enable DSi features.
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
set -e
|
|
|
|
mkdir -p data
|
|
make -C nds-bootloader LOADBIN=$PWD/data/load.bin
|
|
make
|