diff options
author | Himbeer <himbeer@disroot.org> | 2024-04-25 23:43:30 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-04-25 23:43:30 +0200 |
commit | 7837ac32c7fffa6aa9fcc562d3a18418809e661f (patch) | |
tree | 4c475df3aeb719edc617b30677afab2c52accd25 | |
parent | e0c2e05a368526b4cd58555117017d5892101c2b (diff) |
Rename executable to logos
-rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, |