7abfbd07dd79c5bfada6bce46a10dce1ef7d0823
The make rules for objects and dependency files must be unique per language or make won't understand when to rebuild them. Before this change, if a cpp-file was changed, make would match it to the rule for C files because it comes first in the `Makefile` and not rebuild anything.
Description
Languages
C++
66.5%
C
32.8%
HTML
0.3%
Shell
0.2%
Makefile
0.1%
Other
0.1%