You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Add rule to generate SHA256 checksums for each binary
This commit adds a new rule to the Makefile named `checksums`, which generates SHA256 checksums for each binary after building them. The `checksums` rule iterates over each binary file (for Windows, Linux, and macOS), calculates its SHA256 checksum using `sha256sum`, and saves the checksum to a separate `.sha256` file in the `bin` directory. This enhancement provides users with an easy way to verify the integrity of the generated binaries.
0 commit comments