iodine icon indicating copy to clipboard operation
iodine copied to clipboard

fix missing dependecies in Makefile

Open Meiye-lj opened this issue 1 year ago • 1 comments

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.

Meiye-lj avatar Apr 14 '25 11:04 Meiye-lj

So far the Makefile works without GNU make - this looks like it would break that?

yarrick avatar May 13 '25 20:05 yarrick