aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcompile_lib.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/compile_lib.sh b/compile_lib.sh
index 1dc9d07..1776beb 100755
--- a/compile_lib.sh
+++ b/compile_lib.sh
@@ -13,7 +13,7 @@ done
if [ "$FLUSH" = true ] ; then
rm core/*.lua
rm lib/*.lua
- rm tests/*.lua
+ #rm tests/*.lua
fi
for file in core/*.nom; do
@@ -26,8 +26,8 @@ for file in lib/*.nom; do
./nomsu.moon -c $file
echo "done."
done
-for file in tests/*.nom; do
- printf "Compiling $file ..."
- ./nomsu.moon -c $file
- echo "done."
-done
+#for file in tests/*.nom; do
+# printf "Compiling $file ..."
+# ./nomsu.moon -c $file
+# echo "done."
+#done