diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -40,7 +40,7 @@ pub fn build(b: *Builder) void { | |||
| 40 | example_step.dependOn(&example.step); | 40 | example_step.dependOn(&example.step); |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | const readme_step = b.step("test", "Remake README."); | 43 | const readme_step = b.step("readme", "Remake README."); |
| 44 | const readme = readMeStep(b); | 44 | const readme = readMeStep(b); |
| 45 | readme.dependOn(example_step); | 45 | readme.dependOn(example_step); |
| 46 | readme_step.dependOn(readme); | 46 | readme_step.dependOn(readme); |