Skip to content

Commit dc680e1

Browse files
committed
remove exe_check
1 parent bf1c0cb commit dc680e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.zig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,4 @@ pub fn build(b: *std.Build) void {
2323
}
2424
const run_step = b.step("run", "Run the main app");
2525
run_step.dependOn(&run_cmd.step);
26-
27-
const exe_check = b.addExecutable(.{
28-
.name = "gradtemp",
29-
.root_module = exe_mod,
30-
});
31-
const check = b.step("check", "Check if gradtemp compiles");
32-
check.dependOn(&exe_check.step);
3326
}

0 commit comments

Comments
 (0)