aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index cfe56cd..5a09109 100644
--- a/makefile
+++ b/makefile
@@ -214,7 +214,7 @@ else
214 @echo "Beginning debug build" 214 @echo "Beginning debug build"
215endif 215endif
216ifneq ($(NO_LUA),true) 216ifneq ($(NO_LUA),true)
217 @$(MAKE) generic -C $(SRC_PATH)/3rdParty/lua 217 @$(MAKE) $(PLAT) -C $(SRC_PATH)/3rdParty/lua
218endif 218endif
219 @$(START_TIME) 219 @$(START_TIME)
220 @$(MAKE) all --no-print-directory 220 @$(MAKE) all --no-print-directory