Skip to content

feat: add a separate postbuild make target

Michael Buechler requested to merge make_postbuild into main

With make postbuild it is now possible to only run the doPostBuild action for a project. An example use is the creation of a memory configuration file from a build that is already complete.

Merge request reports