diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,3 @@ | |||
| 1 | const std = @import("std"); | ||
| 2 | |||
| 3 | pub fn build(b: *std.Build) void { | 1 | pub fn build(b: *std.Build) void { |
| 4 | const clap_mod = b.addModule("clap", .{ .root_source_file = b.path("clap.zig") }); | 2 | const clap_mod = b.addModule("clap", .{ .root_source_file = b.path("clap.zig") }); |
| 5 | 3 | ||
| @@ -80,3 +78,5 @@ fn readMeStep(b: *std.Build) *std.Build.Step { | |||
| 80 | }); | 78 | }); |
| 81 | return s; | 79 | return s; |
| 82 | } | 80 | } |
| 81 | |||
| 82 | const std = @import("std"); | ||