diff options
Diffstat (limited to '.build')
| -rw-r--r-- | .build | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,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', - test.link + this.objects, + test.objects ) |
