aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/project.clj9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj
index e9ed11d34..79319f540 100644
--- a/stdlib/project.clj
+++ b/stdlib/project.clj
@@ -16,9 +16,10 @@
:scm {:name "git"
:url "https://github.com/LuxLang/lux.git"}
- :dependencies []
-
:source-paths ["source"]
- :test-paths ["test"]
- :lux {:tests {:jvm "test"}}
+ :profiles {:library {:dependencies []
+ :test-paths ["test"]
+ :lux {:tests {:jvm "test"}}}
+ :documentation {:dependencies []
+ :lux {:program {:jvm "program/scriptum"}}}}
)