rickyrockrat / parcellite

GNU General Public License v3.0
224 stars 29 forks source link

Fix faults in incremental builds #41

Closed theosotr closed 4 years ago

theosotr commented 4 years ago

Hello

This commit fixes some bugs regarding the incremental builds of this project. In particular, running make does not trigger the build, even if there are updates in the dependent header files.

The fix uses the -MD compiler flag to track dependencies automatically.

rickyrockrat commented 4 years ago

Thanks