diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-06-02 20:26:16 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-06-02 20:26:16 +0200 |
| commit | beeca8d510891a272868f447e8193b0fcee7e2fc (patch) | |
| tree | 00c74f53bddb0406737b50899fc74c989e2fa797 | |
| parent | 9b879625954cc92be02cf98d03fff140de7be23e (diff) | |
| parent | 01ad2961140ce9ef552532fa56923ec8d3b81f9f (diff) | |
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
| -rw-r--r-- | build.zig | 2 | ||||
| -rw-r--r-- | rivendell/elrond.zig (renamed from src/elrond.zig) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ pub fn build(b: *Build) !void { const elrond = b.addExecutable(.{ .name = "elrond", .root_module = b.createModule(.{ - .root_source_file = b.path("src/elrond.zig"), + .root_source_file = b.path("rivendell/elrond.zig"), .target = b.graph.host, }), }); diff --git a/src/elrond.zig b/rivendell/elrond.zig index 52cf395..52cf395 100644 --- a/src/elrond.zig +++ b/rivendell/elrond.zig |
