diff --git a/build.zig b/build.zig index edc63cf..20d2ea8 100644 --- a/build.zig +++ b/build.zig @@ -79,7 +79,7 @@ pub fn build(b: *std.Build) !void { const lint_step = b.step("lint", "Run linters"); const clang_format = b.addSystemCommand(&.{"clang-format"}); - clang_format.addArgs(&.{ "--verbose", "-Werror", "-i" }); + clang_format.addArgs(&.{ "-Werror", "-i" }); for (all_c_files ++ headers) |f| clang_format.addFileArg(b.path(f)); lint_step.dependOn(&clang_format.step); diff --git a/zig1.c b/zig0.c similarity index 100% rename from zig1.c rename to zig0.c