aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/program/aedifex.lux7
1 files changed, 6 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux
index 0ca614be1..70cccaaf2 100644
--- a/stdlib/source/program/aedifex.lux
+++ b/stdlib/source/program/aedifex.lux
@@ -33,7 +33,8 @@
["#." pom]
["#." cli]
["#." local]
- ["#." dependency]])
+ ["#." dependency]
+ ["#." build]])
(def: (read-file! path)
(-> Path (IO (Try Binary)))
@@ -134,6 +135,10 @@
#/cli.Dependencies
(exec (..fetch-dependencies! project)
+ (wrap []))
+
+ #/cli.Buikd
+ (exec (/build.do! project)
(wrap [])))
(#try.Failure error)