aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-08-18 03:29:15 -0400
committerEduardo Julian2021-08-18 03:29:15 -0400
commite00ba096c8837abe85d366e0c1293c09dbe84d81 (patch)
treedc1f0955d4461ae30bb4945cddd74c462f1aee98 /stdlib/project.clj
parent3289b9dcf9d5d1c1e5c380e3185065c8fd32535f (diff)
Some bug fixes.
Diffstat (limited to 'stdlib/project.clj')
-rw-r--r--stdlib/project.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj
index 81a7dc180..3b0ac6982 100644
--- a/stdlib/project.clj
+++ b/stdlib/project.clj
@@ -22,13 +22,10 @@
:source-paths ["source"]
:dependencies [[com.github.luxlang/lux-bootstrapper ~version]]
:profiles {:bibliotheca {:description "Standard library for the Lux programming language."
- :dependencies []
:lux {:test "test/lux"}}
:aedifex {:description "A build system/tool made exclusively for Lux."
- :dependencies []
:lux {:program "program/aedifex"
:test "test/aedifex"}}
:scriptum {:description "A documentation generator for Lux code."
- :dependencies []
:lux {:program "program/scriptum"}}}
)