8 lines
144 B
Bash
Executable file
8 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo Quick script to make building all the time less painful.
|
|
|
|
cd ../../../..
|
|
|
|
echo Cleaning ScummVM for the GPH devices.
|
|
make clean
|