idk
This commit is contained in:
parent
29f12b6779
commit
6340cb0cbe
3 changed files with 162 additions and 24 deletions
|
@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void {
|
|||
const optimize = b.standardOptimizeOption(.{});
|
||||
|
||||
const exe = b.addExecutable(.{
|
||||
.name = "master",
|
||||
.name = "httz",
|
||||
.root_source_file = b.path("src/main.zig"),
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue