From 0a19fd4505c1eeaeb2276b65e03d648902ded4b4 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Sat, 22 Aug 2026 05:08:57 +0000 Subject: Create new entrypoint --- build.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 51e049f..a7b2b23 100644 --- a/build.zig +++ b/build.zig @@ -2,8 +2,8 @@ const std = @import("std"); pub fn build(b: *std.Build) void { const exe = b.addExecutable(.{ - .name = "http", - .root_module = b.createModule(.{ .root_source_file = b.path("http.zig"), .target = b.graph.host }), + .name = "coinvane", + .root_module = b.createModule(.{ .root_source_file = b.path("coinvane.zig"), .target = b.graph.host }), }); b.installArtifact(exe); -- cgit v1.2.3