fn make(s: *Step, prog_node: *std.Progress.Node) error{MakeFailed, MakeSkipped}!void

If the Step’s make function reports error.MakeFailed, it indicates they have already reported the error. Otherwise, we add a simple error report here.

Parameters

s: *Step,
prog_node: *std.Progress.Node,