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(.{
|
var exe = b.addExecutable(.{
|
||||||
.name = "custom",
|
.name = "custom",
|
||||||
.root_source_file = .{ .path = "src/main.zig" },
|
.root_source_file = .{ .path = "src/sample-main.zig" },
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user