Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth authored Mar 24, 2024
1 parent 9831cf1 commit d4f7bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/compiler/utils-bau.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local utils = require("compiler.utils")
---and return them as a table.
---@param path string Path to the Makefile.
---@return table options A table like:
--- { { text: "Make all", value="all", bau = "cmake"}, { text: "Make hello", value="hello", bau = "make"} ...}
--- { { text: "Make all", value="all", bau = "make"}, { text: "Make hello", value="hello", bau = "make"} ...}
local function get_makefile_opts(path)
local options = {}

Expand Down

0 comments on commit d4f7bbb

Please sign in to comment.