hufrea / byedpi

Bypass DPI
MIT License
1.71k stars 111 forks source link

Fix building .o files in Makefile #229

Closed dartvader316 closed 2 weeks ago

dartvader316 commented 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).

Tested with both GNU make and BSD make.