summaryrefslogtreecommitdiff
path: root/.build
blob: 37bce4d679d9cb065b23a3da414591c74dbae634 (plain)
1
2
3
4
5
6
7
8
9
10
this.include_dirs = [this.cwd()]

test = this('test')

this.objects = this.c.cc.gen('main.c', include_dirs=this.include_dirs)

this.c.exe('vol',
  this.objects,
  test.objects
)