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

Split Makefiles across multiple usecases with includes in main Makefile #16

Closed
brumhard opened this issue Oct 3, 2021 · 1 comment
Closed
Labels
proposal Feature request

Comments

@brumhard
Copy link
Contributor

brumhard commented Oct 3, 2021

Not all Makefile commands are suitable for all projects. Also the current Makefile is not really suitable for extensions since it's already packed with targets and tends to get confusing.
To improve readability the Makefile should be moved into mutliple default Makefile targetted at specific usecases and then be included in a main Makefile.
In this Makefile it's then also possible to add targets specific to the project.

@brumhard brumhard added the proposal Feature request label Oct 14, 2021
@brumhard
Copy link
Contributor Author

@linuxluigi I don't think we'll ever do it since it would make modules much harder right?

@brumhard brumhard closed this as not planned Won't fix, can't repro, duplicate, stale Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Feature request
Projects
None yet
Development

No branches or pull requests

1 participant