summaryrefslogtreecommitdiff
path: root/.build
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-08-07 11:53:38 +0200
committerAlejandro Sior <aho@sior.be>2022-08-07 11:53:38 +0200
commit5a11f2675177074db05965e366196166943ed725 (patch)
tree0c36cf32089242863b5257eaf6443b09a76e14f2 /.build
parent13c7009df18a4c86086bf270d125d23ee9b849e2 (diff)
cook: add a basic C modules system
Diffstat (limited to '.build')
-rw-r--r--.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/.build b/.build
index f7f817c..cef5b7a 100644
--- a/.build
+++ b/.build
@@ -1 +1,2 @@
-subdir("test") \ No newline at end of file
+mod.submodule("test")
+mod.mkexe("vol") \ No newline at end of file