mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-05-31 03:04:12 +00:00
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
56.8%
C++
43%
HTML
0.1%