iodine
iodine copied to clipboard
fix missing dependecies in Makefile
This PR fixes an issue in the Makefile. Specifically, previously, any modifications of files like src/client.h would not trigger a rebuild of ssrc/client.o. The PR fixes this by including them as additional dependencies.
So far the Makefile works without GNU make - this looks like it would break that?