Open bartoszmajsak opened 2 years ago
Makefile grew quite a bit. We should review and simplify the build experience.
Makefile
Few things worth investigating:
build.mk
deps.mk
container.mk
bundle.mk
deploy.mk
Fewer targets - easier for devs to reason about the build process. Simplification is always better :)
Might be worth reading
What can be improved
Makefile
grew quite a bit. We should review and simplify the build experience.Few things worth investigating:
Makefile
by responsibilities? (such asbuild.mk
,deps.mk
,container.mk
,bundle.mk
,deploy.mk
and so on - whatever makes best sense)Why
Fewer targets - easier for devs to reason about the build process. Simplification is always better :)