diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-19 21:35:01 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-19 21:35:01 +0100 |
| commit | 7b735f690c46f8665627bd9ba5c9019462404aaf (patch) | |
| tree | 2cf2868970fd4598d191cd844829ffcf760670cf /build.zig | |
| parent | 0c6886cae375d9f49544fc5d28aff3e7fbdf129b (diff) | |
| download | river-7b735f690c46f8665627bd9ba5c9019462404aaf.tar.gz river-7b735f690c46f8665627bd9ba5c9019462404aaf.tar.xz | |
cleanup
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("dwc", "src/main.zig"); + const exe = b.addExecutable("zag", "src/main.zig"); exe.setTarget(target); exe.setBuildMode(mode); exe.linkLibC(); |
