mirror of
https://github.com/ApacheThunder/akmenu-next.git
synced 2025-06-18 19:25:37 -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
|