aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/caanoo/clean.sh
diff options
context:
space:
mode:
authorJohn Willis2010-08-26 11:24:26 +0000
committerJohn Willis2010-08-26 11:24:26 +0000
commit1fea42949796cb341067b17000569554c5861b6e (patch)
treeca57c0e276f7148bf171859fd2325e73e58e6565 /backends/platform/gp2xwiz/caanoo/clean.sh
parentf8276a36fb598190ae93489ef7d7049a90ec4e52 (diff)
downloadscummvm-rg350-1fea42949796cb341067b17000569554c5861b6e.tar.gz
scummvm-rg350-1fea42949796cb341067b17000569554c5861b6e.tar.bz2
scummvm-rg350-1fea42949796cb341067b17000569554c5861b6e.zip
GP2XWIZ: Add initial support for the GPH Caanoo.
Most of the codebase is the same, but the toolchain and libs are different. Support for Caanoo specific features will follow, I just want to get the build support into trunk for now. svn-id: r52400
Diffstat (limited to 'backends/platform/gp2xwiz/caanoo/clean.sh')
-rwxr-xr-xbackends/platform/gp2xwiz/caanoo/clean.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/backends/platform/gp2xwiz/caanoo/clean.sh b/backends/platform/gp2xwiz/caanoo/clean.sh
new file mode 100755
index 0000000000..5ec1b9e62c
--- /dev/null
+++ b/backends/platform/gp2xwiz/caanoo/clean.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo Quick script to make building all the time less painful.
+
+cd ../../../..
+
+echo Cleaning ScummVM for the GP2X Wiz.
+make clean