Skip to content

Refactor Makefile for more flexible projects#201

Open
Lightarasohn wants to merge 3 commits into
danielpinto8zz6:masterfrom
Lightarasohn:master
Open

Refactor Makefile for more flexible projects#201
Lightarasohn wants to merge 3 commits into
danielpinto8zz6:masterfrom
Lightarasohn:master

Conversation

@Lightarasohn

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant