What approach do C++ programmers on Unix platform use to create and manage Makefiles?
I was using hand made Makefiles for my projects but they don\'t handle header file
With a more modern version of GCC, you can add the -MP flag to have GCC generate empty rules for the headers itself.