9 lines
143 B
Bash
9 lines
143 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo Quick script to make building all the time less painful.
|
||
|
|
||
|
cd ../../../..
|
||
|
|
||
|
echo Cleaning ScummVM for the GP2X Wiz.
|
||
|
make clean
|