Skip to content

Commit

Permalink
更新make
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed May 14, 2024
1 parent a3ea0c4 commit 0bc944c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions make.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
git submodule update --init --recursive
cd 3rd\luamake
call compile\install.bat
call compile\build.bat
cd ..\..
IF "%~1"=="" (
call 3rd\luamake\luamake.exe rebuild
Expand Down
1 change: 1 addition & 0 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

git submodule update --init --recursive
pushd 3rd/luamake
./compile/install.sh
./compile/build.sh
popd
if [ -z "$1" ]; then
Expand Down

0 comments on commit 0bc944c

Please sign in to comment.