Make output directories configurable
Status: Beta
Brought to you by:
whyglinux
Hi there!
It would be nice if generated files like the objects don't go to the source directory but a configurable instead.
In my case I have my project-root and there I have a lib-dir with external dependancys and the src-dir with my own code.
As it is now with your makefile all genereted *.o go into src, side by side with their src. This clutters the src-dir up.
I would like to have a way to change the output-dir for the *.o-files to <project-root>/obj for example.