aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-07-18 23:10:18 -0400
committerEduardo Julian2021-07-18 23:10:18 -0400
commita40f40f230e6312ae432f06e7f73aa5945d8fa49 (patch)
tree5005ef744b01f9327c2e4df23146928f1723c495 /stdlib/commands.md
parent442d1557b879a8a4bd76f441f72a17bfb71cf05f (diff)
New JVM compiler can now compile JVM interfaces.
Diffstat (limited to 'stdlib/commands.md')
-rw-r--r--stdlib/commands.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/stdlib/commands.md b/stdlib/commands.md
index 29af59778..375800f92 100644
--- a/stdlib/commands.md
+++ b/stdlib/commands.md
@@ -6,6 +6,10 @@
cd ~/lux/stdlib/ \
&& lein clean \
&& lein with-profile bibliotheca lux auto test
+
+cd ~/lux/stdlib/ \
+&& lux clean \
+&& lux auto test
```
## Deploy
@@ -42,6 +46,11 @@ cd ~/lux/stdlib/ \
cd ~/lux/stdlib/ \
&& lein clean \
&& lein with-profile aedifex lux auto build
+
+cd ~/lux/stdlib/ \
+&& lein clean \
+&& lein with-profile aedifex lux build \
+&& mv target/program.jar aedifex.jar
```
## Test