this repo has no description

fmt

altagos.dev 388d893e 2d806558

verified
-2
-2
build.zig
··· 26 26 b.installArtifact(exe); 27 27 28 28 const run_step = b.step("run", "Run the app"); 29 - 30 29 const run_cmd = b.addRunArtifact(exe); 31 30 run_step.dependOn(&run_cmd.step); 32 - 33 31 run_cmd.step.dependOn(b.getInstallStep()); 34 32 35 33 if (b.args) |args| {