SFML/tools/android/clean_all.sh
Jonathan De Wachter 4180e6b31f [Android] Added tools (unix bash scripts) to recompile Android extlibs
For some reason, one might want to recompile the extlibs but this is a tedious task. That's why these scripts are provided.
Please read readme.txt before using them!
2014-04-20 12:56:49 +02:00

7 lines
74 B
Bash
Executable File

#!/usr/bin/env bash
rm -rf tmp
rm -rf build
rm -rf src
rm -rf toolchains