forked from lobo/lambda-zig
rename example main program accordingly
This commit is contained in:
parent
59dc7a10bf
commit
39889f4269
|
@ -10,7 +10,7 @@ pub fn build(b: *std.build.Builder) !void {
|
|||
|
||||
var exe = b.addExecutable(.{
|
||||
.name = "custom",
|
||||
.root_source_file = .{ .path = "src/main.zig" },
|
||||
.root_source_file = .{ .path = "src/sample-main.zig" },
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user