Using -M* options in gcc and clang we can generate dependencies for C files which can be used by make to rebuild files based on other files.
Using -M* options in gcc and clang we can generate dependencies for C files which can be used by make to rebuild files based on other files.