fallen/
fallen/new_stuff/
fallen/player/
fallen/player/backup/
fallen/player/store/
#! /bin/csh -f
# Written by Eterared.
# Same as `make clean' implemented by me a while back, just an executable
# If changing the filename fallen to something else, change it down below too
rm -f fallen
rm -f *.o
echo "Good. Now you can compile from the beginning again..."