This commit is contained in:
lemon-sherbet 2018-11-13 20:28:53 +01:00
parent 3bb1ea3198
commit f5e166c80e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ depends on [luafilesystem](https://keplerproject.github.io/luafilesystem/) or [l
# usage
`lcmk` will look for a file `build.lua` in your current directory and execute. this file may define the following global variables:
`lcmk` will look for a file `build.lua` in your current directory and execute it. this file may define the following global variables:
* `PROG` program name (for compilation output). REQUIRED
* `SRC` table containing source file paths (.c and .cpp); do not define or set to "\*.c" to let `lcmk` find them by itself
* `CC` the C compiler.