mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
move docgen.zig to tools/
This commit is contained in:
parent
25a9487caa
commit
acbb6418c3
2 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue