Skip to content

Commit

Permalink
rename zig-lsp-codegen executable to lsp-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Jun 28, 2024
1 parent 4635234 commit 58d53ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub fn build(b: *std.Build) void {
// -------------------------------------------------------------------------

const exe = b.addExecutable(.{
.name = "zig-lsp-codegen",
.name = "lsp-codegen",
.root_source_file = b.path("src/main.zig"),
.target = b.graph.host,
});
Expand Down

0 comments on commit 58d53ea

Please sign in to comment.