Yes, I'm sorry, I should have included that line first. I'm just so used to doing it straight off that I forgot.
I keep a text file (in windows) with all the commands I use to simplify my cygwin stuff. I have my cygwin window configured to use the right mouse click as a paste and have my commands ready, like this:
cd /cygdrive/c/Android/IDE/apps/HitTheSpot
\rm ./assets/*.txt
\rm ./assets/*.png
\rm ./assets/*.wav
cp /cygdrive/c/TGC/AGK/Projects/Basic/HitTheSpot/media/*.png ./assets
cp /cygdrive/c/TGC/AGK/Projects/Basic/HitTheSpot/media/*.txt ./assets
cp /cygdrive/c/TGC/AGK/Projects/Basic/HitTheSpot/media/*.png ./assets
cp /cygdrive/c/TGC/AGK/Projects/Basic/HitTheSpot/media/*.wav ./assets
cp /cygdrive/c/TGC/AGK/Projects/Basic/HitTheSpot/media/HitTheSpot.byc ./assets/bytecode.byc
/cygdrive/c/android/android-ndk/ndk-build clean
/cygdrive/c/android/android-ndk/ndk-build 2> log.txt
I just copy the line(s) I want and then paste them into my cygwin window and let it do the work.
(And I just gave away the name of the game I'm getting much closer to publishing.)
Cheers,
Ancient Lady