git submodule update --init --recursive --depth 1
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
make: [Makefile:16: net] Error 128 (ignored)
zig build --release=fast install 
error: FileNotFound
/home/jonathanhallstrom/.zvm/0.14.1/lib/std/posix.zig:1828:23: 0x141c58d in openatZ (build)
            .NOENT => return error.FileNotFound,
                      ^
/home/jonathanhallstrom/.zvm/0.14.1/lib/std/fs/Dir.zig:1308:21: 0x14bed8d in realpathZ (build)
        else => |e| return e,
                    ^
/home/jonathanhallstrom/.zvm/0.14.1/lib/std/fs/Dir.zig:1287:5: 0x14a2958 in realpath (build)
    return self.realpathZ(&pathname_c, out_buffer);
    ^
/tmp/tmpyoqruuw5/Pawnocchio/Pawnocchio-tmp/build.zig:19:26: 0x14a07d5 in build (build)
    const net_absolute = try std.fs.cwd().realpath(net, &net_abs_buf);
                         ^
/home/jonathanhallstrom/.zvm/0.14.1/lib/std/Build.zig:2428:25: 0x1491cd7 in runBuild__anon_24782 (build)
        .error_union => try build_zig.build(b),
                        ^
/home/jonathanhallstrom/.zvm/0.14.1/lib/compiler/build_runner.zig:339:9: 0x148a922 in main (build)
        try builder.runBuild(root);
        ^
error: the following build command failed with exit code 1:
/tmp/tmpyoqruuw5/Pawnocchio/Pawnocchio-tmp/.zig-cache/o/6b5f96e23da500e6dec8180938709ac7/build /home/jonathanhallstrom/.zvm/0.14.1/zig /home/jonathanhallstrom/.zvm/0.14.1/lib /tmp/tmpyoqruuw5/Pawnocchio/Pawnocchio-tmp /tmp/tmpyoqruuw5/Pawnocchio/Pawnocchio-tmp/.zig-cache /home/jonathanhallstrom/.cache/zig --seed 0x883814ec -Z811a711b539bd768 --release=fast install
make: *** [Makefile:25: default] Error 1