0e80aee61d
git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@17 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
11 lines
216 B
Bash
Executable File
11 lines
216 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "cd gambatte_qt && make distclean"
|
|
(cd gambatte_qt && make distclean)
|
|
|
|
echo "cd gambatte_sdl && scons -c"
|
|
(cd gambatte_sdl && scons -c)
|
|
|
|
echo "cd libgambatte && scons -c"
|
|
(cd libgambatte && scons -c)
|