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(.{
|
const docgen_exe = b.addExecutable(.{
|
||||||
.name = "docgen",
|
.name = "docgen",
|
||||||
.root_source_file = .{ .path = "doc/docgen.zig" },
|
.root_source_file = .{ .path = "tools/docgen.zig" },
|
||||||
.target = .{},
|
.target = .{},
|
||||||
.optimize = .Debug,
|
.optimize = .Debug,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user