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 )