krf icon indicating copy to clipboard operation
krf copied to clipboard

Track headers as dependencies in the build

Open woodruffw opened this issue 6 years ago • 0 comments

The build doesn't currently track header files as dependencies for targets, meaning that it's possible to produce a broken build by changing a constant/macro in a header file. We should use gcc -MM or makedepend (or whatever) to declare header dependencies.

woodruffw avatar Jun 06 '19 20:06 woodruffw