diff options
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 +) |
