This pull request includes significant changes to the Makefile to improve the organization and clarity of the available commands. The changes primarily focus on restructuring the help commands and adding descriptions for each make target.
Improvements to Makefile organization and clarity:
Changed the default goal to help and added a formatted help command to display available targets and their descriptions.
Grouped targets into categories (Helpers, Building, Testing, Benchmarking, Development) and added descriptions for each target. [1][2]
Added new targets for running the project (run, run-docker)
This pull request includes significant changes to the
Makefile
to improve the organization and clarity of the available commands. The changes primarily focus on restructuring the help commands and adding descriptions for each make target.Improvements to
Makefile
organization and clarity:help
and added a formatted help command to display available targets and their descriptions.run
,run-docker
)before
after