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