mobile_app_open icon indicating copy to clipboard operation
mobile_app_open copied to clipboard

Reduce the complexity of many Makefile used in the build

Open anhappdev opened this issue 2 years ago • 0 comments

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 avatar May 04 '23 01:05 anhappdev