mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-25 16:23:41 -05:00
Adding LinkIR_demo and missing LinkCube_demo to compile script
This commit is contained in:
parent
534378032a
commit
219c14ef07
|
|
@ -31,12 +31,24 @@ compile() {
|
|||
cp LinkCable_stress$suffix.gba ../$folder/
|
||||
cd ..
|
||||
|
||||
# LinkCube_demo
|
||||
cd LinkCube_demo/
|
||||
make rebuild $args
|
||||
cp LinkCube_demo$suffix.gba ../$folder/
|
||||
cd ..
|
||||
|
||||
# LinkGPIO_demo
|
||||
cd LinkGPIO_demo/
|
||||
make rebuild $args
|
||||
cp LinkGPIO_demo$suffix.gba ../$folder/
|
||||
cd ..
|
||||
|
||||
# LinkIR_demo
|
||||
cd LinkIR_demo/
|
||||
make rebuild $args
|
||||
cp LinkIR_demo$suffix.gba ../$folder/
|
||||
cd ..
|
||||
|
||||
# LinkMobile_demo
|
||||
cd LinkMobile_demo/
|
||||
make rebuild $args
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user