From ca1ec12725c32b0173692e01259570966da8a9a6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 3 Feb 2026 21:09:44 +0800 Subject: Updated docs. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9895202..33d02cf 100644 --- a/makefile +++ b/makefile @@ -341,7 +341,7 @@ wasm-node: clean .PHONY: wasm wasm: clean @$(MAKE) generic CC='emcc' AR='emar rcu' RANLIB='emranlib' -C $(SRC_PATH)/3rdParty/lua - @mkdir -p doc/docs/.vuepress/public/js + @mkdir -p doc/docs/.vitepress/public/js @emcc $(SRC_PATH)/yue_wasm.cpp \ $(SRC_PATH)/yuescript/ast.cpp \ $(SRC_PATH)/yuescript/yue_ast.cpp \ @@ -351,7 +351,7 @@ wasm: clean $(SRC_PATH)/yuescript/yuescript.cpp \ $(SRC_PATH)/3rdParty/lua/liblua.a \ -O2 \ - -o doc/docs/.vuepress/public/js/yuescript.js \ + -o doc/docs/.vitepress/public/js/yuescript.js \ -I $(SRC_PATH) \ -I $(SRC_PATH)/3rdParty/ \ -I $(SRC_PATH)/3rdParty/lua \ -- cgit v1.2.3-55-g6feb