aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-04-25 23:43:30 +0200
committerHimbeer <himbeer@disroot.org>2024-04-25 23:43:30 +0200
commit7837ac32c7fffa6aa9fcc562d3a18418809e661f (patch)
tree4c475df3aeb719edc617b30677afab2c52accd25
parente0c2e05a368526b4cd58555117017d5892101c2b (diff)
Rename executable to logos
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index c81d5f4..3dae6b9 100644
--- a/build.zig
+++ b/build.zig
@@ -27,7 +27,7 @@ pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});
const exe = b.addExecutable(.{
- .name = "goat",
+ .name = "logos",
// In this case the main source file is merely a path, however, in more
// complicated build scripts, this could be a generated file.
.root_source_file = .{ .path = "src/main.zig" },