aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/build/caanoo-build.sh
blob: 8000d2595d9fe837704226f68930544876ffa556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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.