Rename bin to docmap
This commit is contained in:
parent
074a828aff
commit
e87ca40870
@ -2,7 +2,8 @@ const Builder = @import("std").build.Builder;
|
||||
|
||||
pub fn build(b: *Builder) void {
|
||||
const mode = b.standardReleaseOptions();
|
||||
const exe = b.addExecutable("sdl-zig-demo", "src/main.zig");
|
||||
const exe = b.addExecutable("docmap", "src/main.zig");
|
||||
|
||||
exe.setBuildMode(mode);
|
||||
exe.linkSystemLibrary("SDL2");
|
||||
exe.linkSystemLibrary("c");
|
||||
|
Loading…
Reference in New Issue
Block a user