FLIF-hub / FLIF

Free Lossless Image Format
Other
3.72k stars 229 forks source link

make does nothing if only a header has changed #438

Open fherzog2 opened 7 years ago

fherzog2 commented 7 years ago

Caused by #436

.cpp files are now compiled to .o before linking. But in the makefile, these .o files have no dependency to the associated headers. This is inconvenient since we have so much code in headers. Making changes only in a header would not cause make to recompile anything now.