lifecycle icon indicating copy to clipboard operation
lifecycle copied to clipboard

Modularize Makefile

Open dlion opened this issue 2 years ago • 0 comments

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

dlion avatar Aug 01 '23 13:08 dlion