aboutsummaryrefslogtreecommitdiff
path: root/lux-python/commands.md
diff options
context:
space:
mode:
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