summaryrefslogtreecommitdiff
path: root/.build
blob: e35e8b68567fd2073f47dbc81506c5d080e82dad (plain)
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)