aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/creating_a_makefile_that_plays_nice_with_luarocks.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/creating_a_makefile_that_plays_nice_with_luarocks.md b/docs/creating_a_makefile_that_plays_nice_with_luarocks.md
index 6d9ff2af..a6187659 100644
--- a/docs/creating_a_makefile_that_plays_nice_with_luarocks.md
+++ b/docs/creating_a_makefile_that_plays_nice_with_luarocks.md
@@ -21,6 +21,7 @@ For building:
21* `LUA_INCDIR` - where to find the Lua headers 21* `LUA_INCDIR` - where to find the Lua headers
22* `LUALIB` - the name of the Lua library. This is not available nor needed on all platforms. 22* `LUALIB` - the name of the Lua library. This is not available nor needed on all platforms.
23* `LUA` - the name of the Lua interpreter 23* `LUA` - the name of the Lua interpreter
24* `LUA_VERSION` - the version of Lua
24 25
25For installing: 26For installing:
26 27