diff options
Diffstat (limited to '.build')
| -rw-r--r-- | .build | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ -mod["ld_args"] = [] -mod["deps"] = [] +this.c = cook.c -mod["vol"] = mod.exe("vol", - mod("test").link, - deps = mod.deps)
\ No newline at end of file +this.ld_args = [] +this.deps = [] + +this.c.exe("vol", this('test').link) |
