diff options
| author | 2026-05-29 22:48:37 -0400 | |
|---|---|---|
| committer | 2026-05-29 22:48:51 -0400 | |
| commit | 99fd5b3e69670378554009f0b545662f760bb2b4 (patch) | |
| tree | 0b6082d9654a2007e01ac4b9588c9ab5de05fa0c /build.zig | |
| parent | fe456c2014c8d1d88b7fd5b24ebda7f7b4c53460 (diff) | |
| download | quail-master.tar.gz quail-master.zip | |
Diffstat (limited to 'build.zig')
| -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, |
