fn installArtifact(self: *Build, artifact: *Step.Compile) void
This creates the install step and adds it to the dependencies of the top-level install step, using all the default options. See addInstallArtifact for a more flexible function.
addInstallArtifact
self: *Build,
artifact: *Step.Compile,