mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-07 23:40:00 +00:00
Elrond has moved to Rivendell (where he lives)
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user