summaryrefslogtreecommitdiff
path: root/examples/hello_lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_lua/Makefile')
-rw-r--r--examples/hello_lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_lua/Makefile b/examples/hello_lua/Makefile
index 3e40bfb..6bd702a 100644
--- a/examples/hello_lua/Makefile
+++ b/examples/hello_lua/Makefile
@@ -7,7 +7,7 @@ INSCRIPTS = foobar
SCRIPTS = ${INSCRIPTS}
INTEXTS_REPLS = LUA ${PROG.lua}
-MKC_CHECK_PROGS = lua
+MKC_REQUIRE_PROGS = lua
.include "test.mk"
.include <mkc.lib.mk>