We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ea0c4 commit 0bc944cCopy full SHA for 0bc944c
make.bat
@@ -1,6 +1,7 @@
1
git submodule update --init --recursive
2
cd 3rd\luamake
3
call compile\install.bat
4
+call compile\build.bat
5
cd ..\..
6
IF "%~1"=="" (
7
call 3rd\luamake\luamake.exe rebuild
make.sh
@@ -2,6 +2,7 @@
pushd 3rd/luamake
+./compile/install.sh
./compile/build.sh
popd
8
if [ -z "$1" ]; then
0 commit comments