summaryrefslogtreecommitdiff
path: root/.build
diff options
context:
space:
mode:
Diffstat (limited to '.build')
-rw-r--r--.build11
1 files changed, 4 insertions, 7 deletions
diff --git a/.build b/.build
index e35e8b6..7f400fa 100644
--- a/.build
+++ b/.build
@@ -1,8 +1,5 @@
-this.c = cook.c
+test = this('test')
-this.ld_args = []
-this.deps = []
-
-objects = this.c.cc(deps = [this('test')])
-
-this.c.exe("vol", objects)
+this.c.exe('vol',
+ test.link
+)