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

Reduce the complexity of many Makefile used in the build #704

Open
anhappdev opened this issue May 4, 2023 · 0 comments
Open

Reduce the complexity of many Makefile used in the build #704

anhappdev opened this issue May 4, 2023 · 0 comments
Labels
domain:build Something related to build scripts

Comments

@anhappdev
Copy link
Collaborator

Currently, we use Makefile a lot for building the app (together with Bazel).
Since Flutter is not supported to be built with Bazel we still need Makefile as a convenient way to run build commands, but many Makefile in multiple subdirectories make it hard to debug and maintain.

There are many scripts in-lined in the Makefile, we should try to move them to Bazel. And Makefile should only be used as a convenient way to invoke commands.

@anhappdev anhappdev added the domain:build Something related to build scripts label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:build Something related to build scripts
Projects
None yet
Development

No branches or pull requests

1 participant