chore: add README.md
This commit is contained in:
@@ -11,7 +11,7 @@ pub fn build(b: *std.build.Builder) void {
|
||||
// between Debug, ReleaseSafe, ReleaseFast, and ReleaseSmall.
|
||||
const mode = b.standardReleaseOptions();
|
||||
|
||||
const exe = b.addExecutable("gdbstub", "src/main.zig");
|
||||
const exe = b.addExecutable("zba-gdbstub", "src/main.zig");
|
||||
|
||||
// https://github.com/MasterQ32/zig-network
|
||||
exe.addPackagePath("network", "lib/zig-network/network.zig");
|
||||
|
||||
Reference in New Issue
Block a user