From 1fea42949796cb341067b17000569554c5861b6e Mon Sep 17 00:00:00 2001 From: John Willis Date: Thu, 26 Aug 2010 11:24:26 +0000 Subject: 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 --- backends/platform/gp2xwiz/caanoo/clean.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 backends/platform/gp2xwiz/caanoo/clean.sh (limited to 'backends/platform/gp2xwiz/caanoo/clean.sh') 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 -- cgit v1.2.3