cleanup
This commit is contained in:
parent
0c6886cae3
commit
7b735f690c
2 changed files with 1 additions and 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();
|
||||
|
|
BIN
main
BIN
main
Binary file not shown.
Loading…
Reference in a new issue