diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-22 03:18:06 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-22 03:18:12 -0700 |
| commit | 30f4391004ff6f3eb23569d6d96bbb22b0b67082 (patch) | |
| tree | a26c5ebaeea185d0c98cdba57c19ff6cfacec094 /compile_lib.sh | |
| parent | 126678f737497d36126665b4661c17588c6d58d8 (diff) | |
Updating documentation.
Diffstat (limited to 'compile_lib.sh')
| -rwxr-xr-x | compile_lib.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compile_lib.sh b/compile_lib.sh deleted file mode 100755 index 463bb20..0000000 --- a/compile_lib.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# This file is a script that converts the .nom files in lib/ into slightly more optimized -# precompiled versions that are only lua> ".." and =lua ".." bits which are faster to load. -set -e -moonc *.moon -rm -f core/*.lua lib/*.lua -luajit ./nomsu.lua -c core lib -echo "done." |
