diff options
| author | Alejandro W. Sior <aho@sior.be> | 2023-01-23 20:14:07 +0100 |
|---|---|---|
| committer | Alejandro W. Sior <aho@sior.be> | 2023-01-23 20:14:07 +0100 |
| commit | 165cba8cf353647bfefaa81e035aedbd30c6c7f2 (patch) | |
| tree | 24d748061bd731736d3c97ddcd383211f67fc80d /.build | |
| parent | 05ff2da0c6881c90faa235436585ef443b17faa6 (diff) | |
add license
Diffstat (limited to '.build')
| -rw-r--r-- | .build | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 +) |
