summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-02-06 14:56:33 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-02-06 14:56:33 +0800
commit95eaee8bdd8be92e3de1fecffeb8d04d1b0892a1 (patch)
treed03ab1431d901eda1a5e602fc0f9f816975192c4 /make.sh
parentefd6c91c1413118d358bc25c30786ee2f0c084fb (diff)
downloadlua-language-server-95eaee8bdd8be92e3de1fecffeb8d04d1b0892a1.zip
add make script
resolve #1869
Diffstat (limited to 'make.sh')
-rw-r--r--make.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100644
index 00000000..e50ce9c3
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,5 @@
+git submodule update --init --recursive
+cd 3rd/luamake
+./compile/install.sh
+cd ../..
+./3rd/luamake/luamake rebuild