aboutsummaryrefslogtreecommitdiff
path: root/licentia
diff options
context:
space:
mode:
authorEduardo Julian2021-06-27 20:09:48 -0400
committerEduardo Julian2021-06-27 20:09:48 -0400
commitdb3e864ae66da7f7d1034ae95967605144d5ec47 (patch)
tree29c51002455a2c8f7d4aa25ab13c688cfa8d60e3 /licentia
parentb80f79ae6b2e240949ebd709a253e21f7caf7ed3 (diff)
Made obtaining env variables more granular + partial Lua support.
Diffstat (limited to 'licentia')
-rw-r--r--licentia/commands.md13
-rw-r--r--licentia/project.lux1
2 files changed, 3 insertions, 11 deletions
diff --git a/licentia/commands.md b/licentia/commands.md
index 58f3cf09b..b852e22cf 100644
--- a/licentia/commands.md
+++ b/licentia/commands.md
@@ -3,15 +3,8 @@
```
## Develop
cd ~/lux/licentia/ \
-&& lein clean \
-&& lein lux auto build
-
-cd ~/lux/licentia/ \
&& lux clean \
-&& time lux build
-
-cd ~/lux/licentia/ \
-&& time lux test
+&& lux auto build
```
## Test
@@ -19,8 +12,8 @@ cd ~/lux/licentia/ \
```
## Develop
cd ~/lux/licentia/ \
-&& lein clean \
-&& lein lux auto test
+&& lux clean \
+&& lux auto test
```
## Run
diff --git a/licentia/project.lux b/licentia/project.lux
index 5ef61dd16..6c025c241 100644
--- a/licentia/project.lux
+++ b/licentia/project.lux
@@ -10,6 +10,5 @@
#dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "jar"]
["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"]]
- #target "target"
#program "program/licentia"
#test "test/licentia"}