Skip to content

Commit acbb641

Browse files
committed
move docgen.zig to tools/
1 parent 25a9487 commit acbb641

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn build(b: *std.Build) !void {
3636

3737
const docgen_exe = b.addExecutable(.{
3838
.name = "docgen",
39-
.root_source_file = .{ .path = "doc/docgen.zig" },
39+
.root_source_file = .{ .path = "tools/docgen.zig" },
4040
.target = .{},
4141
.optimize = .Debug,
4242
});
File renamed without changes.

0 commit comments

Comments
 (0)