buildpacks/lifecycle

Modularize Makefile

Opened this issue · 0 comments

dlion commented

Description

As mentioned here #1169 (comment) 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: #1169