c-cpp-project-generator icon indicating copy to clipboard operation
c-cpp-project-generator copied to clipboard

Refactor Makefile for more flexible projects

Open Lightarasohn opened this issue 2 months ago • 0 comments

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

Lightarasohn avatar Oct 26 '25 19:10 Lightarasohn