This commit is contained in:
Jeeves 2025-03-03 18:36:50 -07:00
parent 29f12b6779
commit 6340cb0cbe
3 changed files with 162 additions and 24 deletions

View file

@ -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,