Change the output directory of the compiled HEX file

Is it possible to modify the output directory of the compiled HEX file? I don't like compiling in verbose mode (so I can see the tmp output directory)... I compile several sketches and save the HEX file for later to upload manually using avrdude, so I would like to compile a sketch and have the hex file saved in a known location.

szangvil:
Is it possible to modify the output directory of the compiled HEX file? I don't like compiling in verbose mode (so I can see the tmp output directory)... I compile several sketches and save the HEX file for later to upload manually using avrdude, so I would like to compile a sketch and have the hex file saved in a known location.

Find where it is putting it now, and create a softlink to some know location for avrdude. (Even if you are on Windows it can be done, but oddly.)