diff options
| -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 |
