diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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, |