We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1c0cb commit dc680e1Copy full SHA for dc680e1
build.zig
@@ -23,11 +23,4 @@ pub fn build(b: *std.Build) void {
23
}
24
const run_step = b.step("run", "Run the main app");
25
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);
33
0 commit comments