Skip to content

Commit

Permalink
Update build.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Apr 29, 2024
1 parent 4fb40e0 commit 58e15a6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.zig
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
const std = @import("std");

fn add_mod(b: *std.Build, name: []const u8, path: []const u8) void {
const lib_mod = b.addModule(
name,
.{ .root_source_file = .{ .path = path } },
);
_ = lib_mod;
}

pub fn build(b: *std.Build) !void {
const test_step = b.step("test", "Test it");
b.default_step = test_step;
Expand Down

0 comments on commit 58e15a6

Please sign in to comment.