diff options
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ pub fn build(b: *std.Build) void { const optimize = b.standardOptimizeOption(.{}); const exe = b.addExecutable(.{ - .name = "kernel", + .name = "quail", .root_module = b.createModule(.{ .root_source_file = b.path("src/main.zig"), .target = target, |
