mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
9 lines
144 B
Bash
Executable File
9 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
|