diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-11 17:53:23 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-12-11 17:53:23 -0800 |
| commit | 0c1c406ce0d1c19508653181d8cef75f976677a5 (patch) | |
| tree | 896ab52b323bb6e10a8b69827a14345716b2d71c /compile_lib.sh | |
| parent | 0f0dcaac37b7f2b77c5aed366669ccfe063e7985 (diff) | |
More updates with more functional macros and source code storage.
Diffstat (limited to 'compile_lib.sh')
| -rwxr-xr-x | compile_lib.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compile_lib.sh b/compile_lib.sh index 30de701..27be682 100755 --- a/compile_lib.sh +++ b/compile_lib.sh @@ -13,7 +13,8 @@ if [ "$FLUSH" = true ] ; then rm $file done fi -for file in $(find lib/ -name "*.nom") ; do + +for file in $(cat compile_order.txt) ; do luafile="$file.lua" if [ ! -e "$luafile" ] || [ "$file" -nt "$luafile" ] ; then echo "Compiling $file into $luafile" |
