aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a5490b4b..d22eb732 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -195,7 +195,7 @@ CCOPTIONS= $(CCDEBUG) $(ASOPTIONS)
195LDOPTIONS= $(CCDEBUG) $(LDFLAGS) 195LDOPTIONS= $(CCDEBUG) $(LDFLAGS)
196 196
197HOST_CC= $(CC) 197HOST_CC= $(CC)
198HOST_RM= rm -f 198HOST_RM?= rm -f
199# If left blank, minilua is built and used. You can supply an installed 199# If left blank, minilua is built and used. You can supply an installed
200# copy of (plain) Lua 5.1 or 5.2, plus Lua BitOp. E.g. with: HOST_LUA=lua 200# copy of (plain) Lua 5.1 or 5.2, plus Lua BitOp. E.g. with: HOST_LUA=lua
201HOST_LUA= 201HOST_LUA=