c-cpp-project-generator
c-cpp-project-generator copied to clipboard
Refactor Makefile for more flexible projects
Refactor Makefile structure
- All .o and .d files are now generated inside ./build instead of source directories
- Automatically creates the build folder if it doesn't exist
- Keeps the project root clean and improves maintainability
- All subdirectories of include directory can be included any .cpp file with only its name. For example #include "Example.h"
- Parallel build option added for performance