This commit is contained in:
Isaac Freund 2020-03-19 21:35:01 +01:00
parent 0c6886cae3
commit 7b735f690c
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11
2 changed files with 1 additions and 1 deletions

View file

@ -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();

BIN
main

Binary file not shown.