mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
10 lines
189 B
Bash
10 lines
189 B
Bash
#!/bin/bash
|
|
|
|
echo Quick script to make building a distribution of the GP2X Caanoo backend more consistent.
|
|
|
|
cd ../../../..
|
|
|
|
echo Building ScummVM for GP2X Caanoo.
|
|
|
|
make caanoo-bundle-debug
|