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

Add central Makefile which builds/tests everything #458

Closed jtraglia closed 1 month ago

jtraglia commented 1 month ago

While working on EIP-7594 support, it was pretty annoying building/testing each of the bindings individually. I would have to cd bindings/ && && cd ../bindings/ a bunch of times. This PR adds a Makefile to the repository root which will build and test everything.