fix filename
This commit is contained in:
@@ -79,7 +79,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
|
|
||||||
const lint_step = b.step("lint", "Run linters");
|
const lint_step = b.step("lint", "Run linters");
|
||||||
const clang_format = b.addSystemCommand(&.{"clang-format"});
|
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));
|
for (all_c_files ++ headers) |f| clang_format.addFileArg(b.path(f));
|
||||||
lint_step.dependOn(&clang_format.step);
|
lint_step.dependOn(&clang_format.step);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user