Closed dartvader316 closed 2 weeks ago
I suppose the issue in #213, #216, and #228 is that current Makefile don't recompile object files after any header files changes. This PR should fix that: all objects files always recompile on any header files changes from $(HEADERS).
$(HEADERS)
Tested with both GNU make and BSD make.
I suppose the issue in #213, #216, and #228 is that current Makefile don't recompile object files after any header files changes. This PR should fix that: all objects files always recompile on any header files changes from
$(HEADERS)
.Tested with both GNU make and BSD make.