diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ pub fn build(b: *std.Build) void { // location when the user invokes the "install" step (the default step when // running `zig build`). const exe = b.addExecutable(.{ - .name = "gll", + .name = "mry", .root_source_file = b.path("src/main.zig"), .target = target, .optimize = optimize, |