diff --git a/build.zig b/build.zig index fd977c9..66e5f7b 100644 --- a/build.zig +++ b/build.zig @@ -1,8 +1,5 @@ const std = @import("std"); -// Although this function looks imperative, note that its job is to -// declaratively construct a build graph that will be executed by an external -// runner. pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{}); const optimize = b.standardOptimizeOption(.{}); diff --git a/build.zig.zon b/build.zig.zon index f9b2f59..409686e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -7,6 +7,7 @@ "build.zig", "build.zig.zon", "src", + "anyascii", "README.md", }, }