tangled
alpha
login
or
join now
altagos.dev
/
aether
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fmt
altagos.dev
7 months ago
388d893e
2d806558
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
-2
1 changed file
expand all
collapse all
unified
split
build.zig
-2
build.zig
···
26
26
b.installArtifact(exe);
27
27
28
28
const run_step = b.step("run", "Run the app");
29
29
-
30
29
const run_cmd = b.addRunArtifact(exe);
31
30
run_step.dependOn(&run_cmd.step);
32
32
-
33
31
run_cmd.step.dependOn(b.getInstallStep());
34
32
35
33
if (b.args) |args| {