summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2026-05-29 22:48:37 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2026-05-29 22:48:51 -0400
commit99fd5b3e69670378554009f0b545662f760bb2b4 (patch)
tree0b6082d9654a2007e01ac4b9588c9ab5de05fa0c
parentfe456c2014c8d1d88b7fd5b24ebda7f7b4c53460 (diff)
downloadquail-99fd5b3e69670378554009f0b545662f760bb2b4.tar.gz
quail-99fd5b3e69670378554009f0b545662f760bb2b4.zip
add nameHEADmaster
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 536762d..1a9e11b 100644
--- a/build.zig
+++ b/build.zig
@@ -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,