ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

Improve build system (post-file-split Makefile issues) #468

Closed asn-d6 closed 1 month ago

asn-d6 commented 1 month ago

After the file split (#464) the build system does not seem to detect file changes correctly.

We should probably clarify to the Makefile what's the dependencies of our targets.

How to reproduce: