|
@ -5,7 +5,7 @@ name=ctrff |
|
|
vcs_git "https://github.com/b1l1s/$name" |
|
|
vcs_git "https://github.com/b1l1s/$name" |
|
|
header_end |
|
|
header_end |
|
|
|
|
|
|
|
|
getfile "$name"; cd "$name" |
|
|
getfile vcs; cd vcs |
|
|
|
|
|
|
|
|
mkdir -p "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/include" "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/lib" |
|
|
mkdir -p "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/include" "$dir_install/opt/devkitPRO/devkitARM/arm-none-eabi/lib" |
|
|
make DEVKITARM="$dir_install/opt/devkitPRO/devkitARM" install |
|
|
make DEVKITARM="$dir_install/opt/devkitPRO/devkitARM" install |
|
|