summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2023-09-18 14:35:02 +0200
committercos <cos>2024-06-22 10:35:48 +0200
commitdc73b5264de471fc6e1b308b17fd979740741f7e (patch)
treee5704a47b6cd4a03c873a6bc9bc88293f53308f9
parent2dfb12ad3759acb7ff47b4c5c54ad0a62c598b22 (diff)
downloadlua-language-server-dc73b5264de471fc6e1b308b17fd979740741f7e.zip
Add the most desired comment to make.sh
One can probably expect every new contributor, developer or other technical interested party to be interested in how to build this project quickly. Hence, adding an easily findable comment hinting in the right direction seems like a reasonable thing to do.
-rwxr-xr-xmake.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make.sh b/make.sh
index da9505a4..c4bda276 100755
--- a/make.sh
+++ b/make.sh
@@ -5,6 +5,9 @@ pushd 3rd/luamake
./compile/install.sh
./compile/build.sh
popd
+# When confident with how the pieces fit together, the argument to luamake may
+# be changed to speed up the edit-build-time-test cycle significantly. A list
+# of available arguments can be obtained with: `luamake help`
if [ -z "$1" ]; then
3rd/luamake/luamake rebuild
else