Skip to content

Commit 3fd560a

Browse files
authored
Merge pull request #1890 from atk91/improve-build-script
Small improvements in make.sh
2 parents 54985b6 + 86b9e58 commit 3fd560a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

make.sh

100644100755
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
#!/usr/bin/env bash
2+
13
git submodule update --init --recursive
2-
cd 3rd/luamake
4+
pushd 3rd/luamake
35
./compile/install.sh
4-
cd ../..
6+
popd
57
./3rd/luamake/luamake rebuild

0 commit comments

Comments
 (0)