make - Compile package in current directory using a rockspec.
Usage
- luarocks make [rockspec]
Builds sources in the current directory, but unlike build, it does not fetch sources, etc., assuming everything is available in the current directory. After the build is complete, it also installs the rock.
If no argument is given, it looks for a rockspec in the current directory (like the make command does with Makefiles). If more than one rockspec is found, you must specify which to use, through the command-line.
Example
luarocks make