forked from lobo/lambda-zig
		
	rename example main program accordingly
This commit is contained in:
		
							parent
							
								
									59dc7a10bf
								
							
						
					
					
						commit
						39889f4269
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		
		Reference in a new issue