Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> writes: > Heh, I actually have the following in my config.mak already: > > extra-clean: clean > find . -iname '*.o' -exec rm {} \; > > But for some reason I _always_ type 'make clean' and then, to top > it off, I _always_ type the 'find' command by hand (I have no idea > why) :-D "git clean -x" anybody?