diff options
Diffstat (limited to '.build')
| -rw-r--r-- | .build | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,4 +3,6 @@ this.c = cook.c this.ld_args = [] this.deps = [] -this.c.exe("vol", this('test').link) +objects = this.c.cc(deps = [this('test')]) + +this.c.exe("vol", objects) |
