lifecycle
lifecycle copied to clipboard
Modularize Makefile
Description
As mentioned here https://github.com/buildpacks/lifecycle/pull/1169#issuecomment-1658732291 our Makefile is getting bigger and bigger, we need to refactor and modularize it. It will reduce duplicate code, improve the overall maintenance and readability.
Proposed solution
Use different .mk modules and include/use them inside the Makefile as already done here: https://github.com/buildpacks/lifecycle/pull/1169