summaryrefslogtreecommitdiff
path: root/make.sh
blob: 3cf23e84f2d8133ae7cba217b46c9e61c03f57dd (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

git submodule update --init --recursive
pushd 3rd/luamake || { echo 'Could not enter 3rd/luamake' >&2; exit 1; }
./compile/build.sh
popd || { echo 'popd failed' >&2; exit 1; }
# When confident with how the pieces fit together, the argument to luamake may
# by change to speed up the edit-build-time-test cycle significantly. A list of
# available arguments can be obtained with: `luamake help`
./3rd/luamake/luamake rebuild