12 lines
249 B
Bash
12 lines
249 B
Bash
#!/bin/bash
|
|
|
|
echo Quick script to make building all the time less painful.
|
|
|
|
# Set the paths up here to support the build.
|
|
|
|
cd ../../../..
|
|
|
|
echo Building ScummVM for GP2X Caanoo.
|
|
make
|
|
|
|
echo Build for GP2X Caanoo - complete - Please check build logs.
|