ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Makefiles aren't aware of .hpp and .inl files #155

Open ProgramMax opened 4 years ago

ProgramMax commented 4 years ago

After building, changing a .inl file doesn't allow for a new make. It sees no changes needed because it isn't aware of the .inl and .hpp files.