From f5e166c80e2705a1e2a3cb703cfbad6c530128a0 Mon Sep 17 00:00:00 2001 From: lemon-sherbet Date: Tue, 13 Nov 2018 20:28:53 +0100 Subject: [PATCH] grandma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c5577d..027e3b8 100644 --- a/README.md +++ b/README.md @@ -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.