mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-04-04 09:37:11 +02:00
fxsdk: add build-fxg3a -s (send) option
Note that this only makes sense if there is only one .g3a in the current folder. If both the cg and the fxg3a targets are used, this will send both g3a files, which is a waste of time.
This commit is contained in:
parent
8092621967
commit
8d8fca3ea2
1 changed files with 4 additions and 0 deletions
|
@ -285,6 +285,10 @@ fxsdk_send_cg-push() {
|
|||
fxlink -pw ${bin_files}
|
||||
}
|
||||
|
||||
fxsdk_send_fxg3a() {
|
||||
fxsdk_send_cg "$@"
|
||||
}
|
||||
|
||||
fxsdk_path() {
|
||||
case "$1" in
|
||||
"sysroot")
|
||||
|
|
Loading…
Add table
Reference in a new issue