Rev 6946 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 8791 2019-07-24 08:00:49
- Author: terminx
- Log message:
- Automatic source file dependency generation for GNUmakefile
This automatically saves the dependencies used for a given object file during the first compilation, then uses the generated data for each subsequent compile to determine if the object needs to be rebuilt. Why? Because if I see one more warning about the C++ One Definition Rule, I'm going to fucking snap.