mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
build: remove the install and uninstall steps
They are no longer used.
This commit is contained in:
parent
c393debe44
commit
1c184c2681
@ -119,6 +119,9 @@ pub fn build(b: *Build) !void {
|
||||
reset_text = "\x1b[0m";
|
||||
}
|
||||
|
||||
// Remove the standard install and uninstall steps.
|
||||
b.top_level_steps = .{};
|
||||
|
||||
const healed = b.option(bool, "healed", "Run exercises from patches/healed") orelse
|
||||
false;
|
||||
const override_healed_path = b.option([]const u8, "healed-path", "Override healed path");
|
||||
|
Loading…
x
Reference in New Issue
Block a user