genann icon indicating copy to clipboard operation
genann copied to clipboard

fix missing dependecies in Makefile

Open Meiye-lj opened this issue 6 months ago • 0 comments

This PR fixes an issue in the Makefile. Specifically, previously, any modifications of files like genann.h would not trigger a rebuild of genann.o. The PR fixes this by including them as additional dependencies.

Meiye-lj avatar Apr 17 '25 13:04 Meiye-lj