summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-06-02 20:26:16 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-06-02 20:26:16 +0200
commitbeeca8d510891a272868f447e8193b0fcee7e2fc (patch)
tree00c74f53bddb0406737b50899fc74c989e2fa797
parent9b879625954cc92be02cf98d03fff140de7be23e (diff)
parent01ad2961140ce9ef552532fa56923ec8d3b81f9f (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.zig2
-rw-r--r--rivendell/elrond.zig (renamed from src/elrond.zig)0
2 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 29e4207..afc1021 100644
--- a/build.zig
+++ b/build.zig
@@ -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