Rename bin to docmap
This commit is contained in:
parent
727eeb8710
commit
757a401eee
@ -2,7 +2,8 @@ const Builder = @import("std").build.Builder;
|
|||||||
|
|
||||||
pub fn build(b: *Builder) void {
|
pub fn build(b: *Builder) void {
|
||||||
const mode = b.standardReleaseOptions();
|
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.setBuildMode(mode);
|
||||||
exe.linkSystemLibrary("SDL2");
|
exe.linkSystemLibrary("SDL2");
|
||||||
exe.linkSystemLibrary("c");
|
exe.linkSystemLibrary("c");
|
||||||
|
Loading…
Reference in New Issue
Block a user