chore: update executable binary name

This commit is contained in:
Rekai Nyangadzayi Musuka 2023-04-13 21:34:36 -05:00
parent dda711c137
commit 82604bfdaf
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});
const exe = b.addExecutable(.{
.name = "trie",
.name = "hamt",
// In this case the main source file is merely a path, however, in more
// complicated build scripts, this could be a generated file.
.root_source_file = .{ .path = "src/main.zig" },