Module luarocks.make

Module implementing the LuaRocks "make" command.

Builds sources in the current directory, but unlike "build", it does not fetch sources, etc., assuming everything is available in the current directory.

Functions

run (name, ...) Driver function for "make" command.


Functions

run (name, ...)
Driver function for "make" command.

Parameters:

  • name: string: A local rockspec.
  • ...:

Returns:

    boolean or (nil, string): True if build was successful; nil and an error message otherwise.
generated by LDoc 0.5