what is this stupid test i added, im going to bed

This commit is contained in:
Harrison DiAmbrosio 2025-11-27 00:23:00 -05:00
parent a764be6af6
commit c8b4606f53
2 changed files with 53 additions and 2 deletions

View file

@ -93,5 +93,4 @@ pub fn build(b: *std.Build) void {
const run_cmd = b.addRunArtifact(mez);
run_step.dependOn(&run_cmd.step);
run_cmd.step.dependOn(b.getInstallStep());
run_cmd.addArg("alacritty");
}