aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-03-27 11:58:59 +0100
committerIsaac Freund <ifreund@ifreund.xyz>2020-03-27 11:58:59 +0100
commit69220d3c9270181e14fb023c48926dc25b366eee (patch)
tree293ab69048e4dc0bf1c86e70776f5f6a5954c4f8
parentb1746c3222d54f959c7fd5a08ab41be72b25a537 (diff)
downloadriver-69220d3c9270181e14fb023c48926dc25b366eee.tar.gz
river-69220d3c9270181e14fb023c48926dc25b366eee.tar.xz
Rename to river
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index f4303ce..a5e2fd9 100644
--- a/build.zig
+++ b/build.zig
@@ -11,7 +11,7 @@ pub fn build(b: *Builder) void {
// between Debug, ReleaseSafe, ReleaseFast, and ReleaseSmall.
const mode = b.standardReleaseOptions();
- const exe = b.addExecutable("zag", "src/main.zig");
+ const exe = b.addExecutable("river", "src/main.zig");
exe.setTarget(target);
exe.setBuildMode(mode);
exe.addIncludeDir("protocol");