aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 9895202..33d02cf 100644
--- a/makefile
+++ b/makefile
@@ -341,7 +341,7 @@ wasm-node: clean
341.PHONY: wasm 341.PHONY: wasm
342wasm: clean 342wasm: clean
343 @$(MAKE) generic CC='emcc' AR='emar rcu' RANLIB='emranlib' -C $(SRC_PATH)/3rdParty/lua 343 @$(MAKE) generic CC='emcc' AR='emar rcu' RANLIB='emranlib' -C $(SRC_PATH)/3rdParty/lua
344 @mkdir -p doc/docs/.vuepress/public/js 344 @mkdir -p doc/docs/.vitepress/public/js
345 @emcc $(SRC_PATH)/yue_wasm.cpp \ 345 @emcc $(SRC_PATH)/yue_wasm.cpp \
346 $(SRC_PATH)/yuescript/ast.cpp \ 346 $(SRC_PATH)/yuescript/ast.cpp \
347 $(SRC_PATH)/yuescript/yue_ast.cpp \ 347 $(SRC_PATH)/yuescript/yue_ast.cpp \
@@ -351,7 +351,7 @@ wasm: clean
351 $(SRC_PATH)/yuescript/yuescript.cpp \ 351 $(SRC_PATH)/yuescript/yuescript.cpp \
352 $(SRC_PATH)/3rdParty/lua/liblua.a \ 352 $(SRC_PATH)/3rdParty/lua/liblua.a \
353 -O2 \ 353 -O2 \
354 -o doc/docs/.vuepress/public/js/yuescript.js \ 354 -o doc/docs/.vitepress/public/js/yuescript.js \
355 -I $(SRC_PATH) \ 355 -I $(SRC_PATH) \
356 -I $(SRC_PATH)/3rdParty/ \ 356 -I $(SRC_PATH)/3rdParty/ \
357 -I $(SRC_PATH)/3rdParty/lua \ 357 -I $(SRC_PATH)/3rdParty/lua \