mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
move docgen.zig to tools/
This commit is contained in:
parent
25a9487caa
commit
acbb6418c3
@ -36,7 +36,7 @@ pub fn build(b: *std.Build) !void {
|
||||
|
||||
const docgen_exe = b.addExecutable(.{
|
||||
.name = "docgen",
|
||||
.root_source_file = .{ .path = "doc/docgen.zig" },
|
||||
.root_source_file = .{ .path = "tools/docgen.zig" },
|
||||
.target = .{},
|
||||
.optimize = .Debug,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user