Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information