summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 30aa733..6adfbf4 100644
--- a/build.zig
+++ b/build.zig
@@ -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);