Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefiles with source files in different directories #12

Open
pshankinclarke opened this issue Dec 25, 2020 · 1 comment
Open

Makefiles with source files in different directories #12

pshankinclarke opened this issue Dec 25, 2020 · 1 comment

Comments

@pshankinclarke
Copy link

I have Makefiles in several subdirectories but I would like to create a Makefile in the root directory of the project which builds all the Makefiles in my subdirectories. Is this possible and if it is, how so? Thanks !

@lrq3000
Copy link
Member

lrq3000 commented Jan 27, 2021

Unfortunately file modularization is not supported at this point, all the commands need to reside in a single Makefile. There is currently no logic to load other Makefiles.

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

No branches or pull requests

2 participants