authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-05-16 03:24:14 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-05-16 03:24:14 -07:00
log411eb48dba466fa5937e410b4265790f9d3be602
tree62c27795e0fc1f9c42d387351b5c61840baec43c
parent747d58eb6573d55e5a4986dfb2270811ca256387

this updated


1 files changed, 1 insertions(+), 1 deletions(-)

build.zig+1-1
......@@ -6,7 +6,7 @@ pub fn build(b: *std.Build) void {
66
77 const exe = b.addExecutable(.{
88 .name = "zig-ansi",
9 .root_source_file = .{ .path = "src/main.zig" },
9 .root_source_file = b.path("src/main.zig"),
1010 .target = target,
1111 .optimize = mode,
1212 });