aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-11-16 10:53:09 +0800
committerLi Jin <dragon-fly@qq.com>2022-11-16 10:53:09 +0800
commitcfe8c31260fe2fabba1a3ce77adb6a85fc1fae47 (patch)
tree1ed31c2958a59ce1c33efda14119e0a7997d47f6 /makefile
parent7ecfd8f02bad9ebba7e32894da278a48ef9ecee9 (diff)
downloadyuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.gz
yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.bz2
yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.zip
fix build. update doc.
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