Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: Conditional compiler and logging added
- Updated CC assignment to be conditional using ifeq - Added logging for the compiler in use with $(info CC) The update ensures that the compiler is set only if not explicitly customized, promoting better portability across different environments. The additional logging provides clarity about which compiler is in use during builds, helpful for debugging and verification. 🛠️🖥️
- Loading branch information