summaryrefslogtreecommitdiff
path: root/.build
diff options
context:
space:
mode:
Diffstat (limited to '.build')
-rw-r--r--.build8
1 files changed, 6 insertions, 2 deletions
diff --git a/.build b/.build
index cef5b7a..2b5b4dd 100644
--- a/.build
+++ b/.build
@@ -1,2 +1,6 @@
-mod.submodule("test")
-mod.mkexe("vol") \ No newline at end of file
+mod["ld_args"] = []
+mod["deps"] = []
+
+mod["vol"] = mod.exe("vol",
+ mod("test").link,
+ deps = mod.deps) \ No newline at end of file