Is it possible to set my own name of the output file? C::B sets .exe extension, but it is not comfortably for me (because it's Linux console application).
I know about -o option of GCC linker. But I'd like to use C::B's variable ${TARGET_OUTPUT_FILE} for my purposes, so it would be beautiful to set the output file name myself.