Skip to content

Commit 0bc944c

Browse files
committed
更新make
1 parent a3ea0c4 commit 0bc944c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

make.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
git submodule update --init --recursive
22
cd 3rd\luamake
33
call compile\install.bat
4+
call compile\build.bat
45
cd ..\..
56
IF "%~1"=="" (
67
call 3rd\luamake\luamake.exe rebuild

make.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
git submodule update --init --recursive
44
pushd 3rd/luamake
5+
./compile/install.sh
56
./compile/build.sh
67
popd
78
if [ -z "$1" ]; then

0 commit comments

Comments
 (0)