aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2023-01-16 03:14:45 -0400
committerEduardo Julian2023-01-16 03:14:45 -0400
commita7f2679f1372f222c1610ed4d1226b1b893fcc1a (patch)
tree5743222c78bcab68b70493d54555d4b14510de09 /lux-jvm/commands.md
parent33188f943329296ff4c19ad3fcf717194e3b237e (diff)
Can now compile the JVM back-end using itself.
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 \