Merge pull request 'Elrond has moved to Rivendell (where he lives)' (#447) from rivendell into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/447
This commit is contained in:
Chris Boesch
2026-06-02 20:26:16 +02:00
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ pub fn build(b: *Build) !void {
const elrond = b.addExecutable(.{ const elrond = b.addExecutable(.{
.name = "elrond", .name = "elrond",
.root_module = b.createModule(.{ .root_module = b.createModule(.{
.root_source_file = b.path("src/elrond.zig"), .root_source_file = b.path("rivendell/elrond.zig"),
.target = b.graph.host, .target = b.graph.host,
}), }),
}); });