diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -60,7 +60,7 @@ fn readMeStep(b: *Builder) *std.build.Step { | |||
| 60 | const stream = file.writer(); | 60 | const stream = file.writer(); |
| 61 | try stream.print(@embedFile("example/README.md.template"), .{ | 61 | try stream.print(@embedFile("example/README.md.template"), .{ |
| 62 | @embedFile("example/simple.zig"), | 62 | @embedFile("example/simple.zig"), |
| 63 | @embedFile("example/simple-error.zig"), | 63 | @embedFile("example/simple-ex.zig"), |
| 64 | @embedFile("example/streaming-clap.zig"), | 64 | @embedFile("example/streaming-clap.zig"), |
| 65 | @embedFile("example/help.zig"), | 65 | @embedFile("example/help.zig"), |
| 66 | @embedFile("example/usage.zig"), | 66 | @embedFile("example/usage.zig"), |