summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorGravatar Jose Colon Rodriguez2024-02-18 10:23:05 -0400
committerGravatar Jose Colon Rodriguez2024-02-18 10:23:05 -0400
commita4285d9fb1b26066d74a7336f2d4f518ed3a4d1b (patch)
treeecd04301ec6101b89bfae6d0905e6f96f76b1412 /build.zig
parentCode point code is now a method not a field. (diff)
downloadzg-a4285d9fb1b26066d74a7336f2d4f518ed3a4d1b.tar.gz
zg-a4285d9fb1b26066d74a7336f2d4f518ed3a4d1b.tar.xz
zg-a4285d9fb1b26066d74a7336f2d4f518ed3a4d1b.zip
Rename to zg
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index de7429f..7763586 100644
--- a/build.zig
+++ b/build.zig
@@ -52,7 +52,7 @@ pub fn build(b: *std.Build) void {
52 52
53 // Benchmark rig 53 // Benchmark rig
54 const exe = b.addExecutable(.{ 54 const exe = b.addExecutable(.{
55 .name = "zgbench", 55 .name = "zg",
56 .root_source_file = .{ .path = "src/main.zig" }, 56 .root_source_file = .{ .path = "src/main.zig" },
57 .target = target, 57 .target = target,
58 .optimize = optimize, 58 .optimize = optimize,