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