summaryrefslogtreecommitdiff
path: root/.build
diff options
context:
space:
mode:
authorAlejandro W. Sior <aho@sior.be>2023-01-23 20:14:07 +0100
committerAlejandro W. Sior <aho@sior.be>2023-01-23 20:14:07 +0100
commit165cba8cf353647bfefaa81e035aedbd30c6c7f2 (patch)
tree24d748061bd731736d3c97ddcd383211f67fc80d /.build
parent05ff2da0c6881c90faa235436585ef443b17faa6 (diff)
add license
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
+)