Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.

4 lines
107 B

export DEVKITPRO=/opt/devkitPRO
export DEVKITARM="$DEVKITPRO/devkitARM"
export PATH="$DEVKITARM/bin:$PATH"