mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-18 08:55:46 -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
|