aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/commands.md')
-rw-r--r--lux-jvm/commands.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/lux-jvm/commands.md b/lux-jvm/commands.md
index 83ef82582..e1138ad2d 100644
--- a/lux-jvm/commands.md
+++ b/lux-jvm/commands.md
@@ -7,6 +7,10 @@ cd ~/lux/lux-jvm/ && lein clean && lein lux auto test
# Build
```
+cd ~/lux/lux-jvm/ \
+&& lux clean \
+&& lux auto build
+
## Use bootstrapping compiler to build new JVM compiler
cd ~/lux/lux-jvm/ \
&& lein clean \