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
refactor(makefile): improve build targets and update versioning logic (#40)
- Removed redundant third argument from the `build` function calls.
- Updated the `checksums` target to dynamically list binaries in the output directory.
- Added a new `.PHONY` target for `version` to display the latest git tag version.
- Simplified the `install` and `cleanup` targets for clarity and efficiency.
- Improved the `help` target to provide comprehensive usage instructions.
- Ensured the `clean` target effectively removes the output directory.
These changes enhance the Makefile's maintainability and provide clearer, more efficient build processes.
0 commit comments