1 2 3 4 5 6 7 8
this.c = cook.c this.ld_args = [] this.deps = [] objects = this.c.cc(deps = [this('test')]) this.c.exe("vol", objects)