Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 feat(config.mak): add global Makefile configuration
Added a global Makefile configuration file that sets the default goal to 'help', exports all variables, sets the number of cores to use, sets the shell to bash, and sets the shell flags to exit on error, pipefail, and silent. Additionally, added color variables to improve the readability of the output.
- Loading branch information