diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-27 11:58:59 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-27 11:58:59 +0100 |
| commit | 69220d3c9270181e14fb023c48926dc25b366eee (patch) | |
| tree | 293ab69048e4dc0bf1c86e70776f5f6a5954c4f8 /build.zig | |
| parent | b1746c3222d54f959c7fd5a08ab41be72b25a537 (diff) | |
| download | river-69220d3c9270181e14fb023c48926dc25b366eee.tar.gz river-69220d3c9270181e14fb023c48926dc25b366eee.tar.xz | |
Rename to river
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |
