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.
2 parents 54985b6 + 86b9e58 commit 3fd560aCopy full SHA for 3fd560a
make.sh
100644
100755
@@ -1,5 +1,7 @@
1
+#!/usr/bin/env bash
2
+
3
git submodule update --init --recursive
-cd 3rd/luamake
4
+pushd 3rd/luamake
5
./compile/install.sh
-cd ../..
6
+popd
7
./3rd/luamake/luamake rebuild
0 commit comments