aboutsummaryrefslogtreecommitdiff
path: root/lux-python/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-08-18 03:29:15 -0400
committerEduardo Julian2021-08-18 03:29:15 -0400
commite00ba096c8837abe85d366e0c1293c09dbe84d81 (patch)
treedc1f0955d4461ae30bb4945cddd74c462f1aee98 /lux-python/commands.md
parent3289b9dcf9d5d1c1e5c380e3185065c8fd32535f (diff)
Some bug fixes.
Diffstat (limited to 'lux-python/commands.md')
-rw-r--r--lux-python/commands.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/lux-python/commands.md b/lux-python/commands.md
index 7de744436..7ea35927c 100644
--- a/lux-python/commands.md
+++ b/lux-python/commands.md
@@ -13,11 +13,20 @@ cd ~/lux/lux-python/ \
&& lein clean \
&& lein lux auto build
+cd ~/lux/lux-python/ \
+&& lux clean \
+&& lux auto build
+
## Build JVM-based compiler
cd ~/lux/lux-python/ \
&& lein clean \
&& lein lux build \
&& mv target/program.jar jvm_based_compiler.jar
+
+cd ~/lux/lux-python/ \
+&& lux clean \
+&& lux build \
+&& mv target/program.jar jvm_based_compiler.jar
```
# Try