libretro / libretro-uae

PUAE libretro
GNU General Public License v2.0
112 stars 60 forks source link

Add header dependencies support to Makefile #505

Closed realnc closed 2 years ago

realnc commented 2 years ago

This way, modifying a header file will trigger a rebuild of files that include that header (directly or indirectly) instead of having to make clean and rebuild everything.