aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
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 7caf737..c39de63 100644
--- a/build.zig
+++ b/build.zig
@@ -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,